6 lines
65 B
C
6 lines
65 B
C
|
#pragma once
|
||
|
|
||
|
#define SYSCALL_INTR_NB 0x42
|
||
|
|
||
|
int syscallSetup();
|