End the _t nonsense
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#include <arch/x86.h>
|
||||
#include <kernel.h>
|
||||
|
||||
struct cpu_status_t* syscall_handler(struct cpu_status_t* regs)
|
||||
struct cpu_status* syscall_handler(struct cpu_status* regs)
|
||||
{
|
||||
DEBUG("Syscall %lx with argument %lx", regs->rdi, regs->rsi);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user