Files
fastfetch/src/detection/swap/swap.h
T
2023-11-18 12:31:57 +01:00

12 lines
180 B
C

#pragma once
#include "fastfetch.h"
typedef struct FFSwapResult
{
uint64_t bytesUsed;
uint64_t bytesTotal;
} FFSwapResult;
const char* ffDetectSwap(FFSwapResult* swap);