feat: reformatted code base to be more standard
This commit is contained in:
11
include/myke/cpu/syscall_handler.h
Normal file
11
include/myke/cpu/syscall_handler.h
Normal file
@@ -0,0 +1,11 @@
|
||||
//
|
||||
// Created by rick on 24-02-21.
|
||||
//
|
||||
|
||||
#ifndef NEW_KERNEL_SYSCALL_HANDLER_H
|
||||
#define NEW_KERNEL_SYSCALL_HANDLER_H
|
||||
#include <myke/cpu/cpu.h>
|
||||
|
||||
void syscall_handle(isr_registers_t *registers);
|
||||
|
||||
#endif //NEW_KERNEL_SYSCALL_HANDLER_H
|
||||
Reference in New Issue
Block a user