mirror of
https://github.com/RGBCube/serenity
synced 2026-01-15 11:51:00 +00:00
10 lines
99 B
C
10 lines
99 B
C
#pragma once
|
|
|
|
#include "types.h"
|
|
|
|
struct system_t
|
|
{
|
|
time_t uptime;
|
|
};
|
|
|
|
extern system_t system;
|