matos/arch/x86/swintr.h

9 lines
91 B
C

#pragma once
#define SYSCALL_INTR_NB 0x42
#ifdef __KERNEL__
int syscallSetup();
#endif