matos/userspace/kernel/swintr.h

9 lines
91 B
C
Raw Normal View History

2021-11-05 23:02:23 +01:00
#pragma once
#define SYSCALL_INTR_NB 0x42
#ifdef __KERNEL__
int syscallSetup();
#endif