feat: reformatted code base to be more standard
This commit is contained in:
@@ -2,9 +2,10 @@
|
||||
// Created by rick on 22-02-21.
|
||||
//
|
||||
|
||||
#include <libk/syscall.h>
|
||||
#include <types.h>
|
||||
#include <attributes.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <myke/libk/syscall.h>
|
||||
#include <myke/attributes.h>
|
||||
|
||||
void syscall1(uint32_t arg1) {
|
||||
__asm__("int $0x80"
|
||||
@@ -28,7 +29,7 @@ void syscall_yield_job() {
|
||||
}
|
||||
|
||||
void syscall_yield_irq(uint16_t irq) {
|
||||
syscall2(SYSCALL_YIELD_IRQ, irq );
|
||||
syscall2(SYSCALL_YIELD_IRQ, irq);
|
||||
}
|
||||
|
||||
void syscall_job_suspend() {
|
||||
|
||||
Reference in New Issue
Block a user