feat: reformatted code base to be more standard
This commit is contained in:
@@ -2,13 +2,14 @@
|
||||
// Created by rick on 27-02-21.
|
||||
//
|
||||
|
||||
#include <tasks/locking.h>
|
||||
#include <mem/malloc.h>
|
||||
#include <tasks/task.h>
|
||||
#include <libk/syscall.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <stdbool.h>
|
||||
#include <libc/kprintf.h>
|
||||
#include <libc/libc.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <myke/tasks/locking.h>
|
||||
#include <myke/tasks/task.h>
|
||||
#include <myke/libk/syscall.h>
|
||||
|
||||
typedef struct lock_fifo_entry {
|
||||
uint32_t tid;
|
||||
|
||||
Reference in New Issue
Block a user