helos1/interrupt/syscall.h

9 lines
219 B
C
Raw Permalink Normal View History

2021-10-10 14:39:17 +08:00
#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);