summaryrefslogtreecommitdiffstats
path: root/src/detection/uptime/uptime.h
blob: 3f8631c0fd89a8bcdada8e2554d799ad0aafb1ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include "fastfetch.h"
#include "modules/uptime/option.h"

typedef struct FFUptimeResult {
    uint64_t bootTime;
    uint64_t uptime;
} FFUptimeResult;

const char* ffDetectUptime(FFUptimeResult* result);