End the _t nonsense
This commit is contained in:
+3
-3
@@ -63,9 +63,9 @@ extern volatile struct limine_hhdm_request hhdm_request;
|
||||
extern volatile struct limine_kernel_address_request kerneladdr_request;
|
||||
extern volatile struct limine_boot_time_request date_request;
|
||||
|
||||
extern struct process_t* processes_list;
|
||||
extern struct process_t* current_process;
|
||||
struct process_t* idle_proc;
|
||||
extern struct process* processes_list;
|
||||
extern struct process* current_process;
|
||||
struct process* idle_proc;
|
||||
|
||||
void idle_main(void* arg)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user