9 lines
91 B
C
9 lines
91 B
C
|
#pragma once
|
||
|
|
||
|
#define SYSCALL_INTR_NB 0x42
|
||
|
|
||
|
|
||
|
#ifdef __KERNEL__
|
||
|
int syscallSetup();
|
||
|
#endif
|