Buncha changes and fixes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef QUARK_SYSCALLID_H
|
||||
#define QUARK_SYSCALLID_H
|
||||
|
||||
enum syscall_id_t
|
||||
typedef enum
|
||||
{
|
||||
SYSCALL_TEST = 1,
|
||||
SYSCALL_MMAP,
|
||||
@@ -12,6 +12,6 @@ enum syscall_id_t
|
||||
SYSCALL_RECEIVE,
|
||||
SYSCALL_OPEN_PORT,
|
||||
SYSCALL_CLOSE_PORT
|
||||
};
|
||||
} syscall_id_t;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user