mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-14 02:46:22 +02:00
11 lines
102 B
C
11 lines
102 B
C
#pragma once
|
|
|
|
#include <AK/Types.h>
|
|
|
|
struct system_t
|
|
{
|
|
time_t uptime;
|
|
};
|
|
|
|
extern system_t system;
|