mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:17:35 +00:00
Kernel: Remove system.h and make the uptime global a qword.
This commit is contained in:
parent
c09c114d77
commit
29d0412a06
8 changed files with 13 additions and 27 deletions
|
@ -1,6 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <AK/Assertions.h>
|
||||
#include <AK/Types.h>
|
||||
|
||||
class Process;
|
||||
class Thread;
|
||||
|
@ -9,6 +10,7 @@ struct RegisterDump;
|
|||
extern Thread* current;
|
||||
extern Thread* g_last_fpu_thread;
|
||||
extern Thread* g_finalizer;
|
||||
extern qword g_uptime;
|
||||
|
||||
class Scheduler {
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue