helos1/interrupt/syscall.h
2021-10-10 14:39:17 +08:00

9 lines
219 B
C

#pragma once
#include "../main.h"
// this function is here, well, mostly just for fun.
//
// userspace in the far future should need this
SYSV_ABI long Syscall(int id, long a, long b, long c, long d, long e, long f);