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