From 8e64741a9ee64c442143afd0115194216931b79f Mon Sep 17 00:00:00 2001 From: Nathan Giddings Date: Tue, 7 Nov 2023 12:33:24 -0600 Subject: [PATCH] Created types/syscallret.h --- include/types/syscallret.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 include/types/syscallret.h diff --git a/include/types/syscallret.h b/include/types/syscallret.h new file mode 100644 index 0000000..0c91d55 --- /dev/null +++ b/include/types/syscallret.h @@ -0,0 +1,6 @@ +#ifndef QUARK_SYSCALLRET_H +#define QUARK_SYSCALLRET_H + +typedef long syscallret_t; + +#endif \ No newline at end of file