Buncha changes and fixes
This commit is contained in:
@@ -1,15 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include "types/syscallarg.h"
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
|
||||
typedef union
|
||||
{
|
||||
long signed_int;
|
||||
unsigned long unsigned_int;
|
||||
void *ptr;
|
||||
} syscall_arg_t;
|
||||
|
||||
typedef size_t (*syscall_ptr_0_t)();
|
||||
|
||||
typedef size_t (*syscall_ptr_1_t)(syscall_arg_t);
|
||||
|
||||
Reference in New Issue
Block a user