aboutsummaryrefslogtreecommitdiff
path: root/src/core/syscall.h
blob: 1f0c584827a93821d7394bdc0eb8c3d11b83c754 (plain)
1
2
3
4
5
6
7
8
9
#ifndef SYSCALL_H
#define SYSCALL_H

/*
 * Perform a syscall
 */
void syscall();

#endif