aboutsummaryrefslogtreecommitdiff
path: root/src/utils/syscall.h
blob: 26f36822078f4c35413586765e9a0161c467a58e (plain)
1
2
3
4
5
6
#ifndef SYSCALL_H
#define SYSCALL_H

void syscall();

#endif