From 76424950e373d3b04ac3dd13019151bfba3e8423 Mon Sep 17 00:00:00 2001 From: sumuel Date: Mon, 17 Aug 2026 20:44:55 +0000 Subject: Add the files --- src/detection/board/board.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/detection/board/board.h (limited to 'src/detection/board/board.h') diff --git a/src/detection/board/board.h b/src/detection/board/board.h new file mode 100644 index 0000000..c092a7f --- /dev/null +++ b/src/detection/board/board.h @@ -0,0 +1,13 @@ +#pragma once + +#include "fastfetch.h" +#include "modules/board/option.h" + +typedef struct FFBoardResult { + FFstrbuf name; + FFstrbuf vendor; + FFstrbuf version; + FFstrbuf serial; +} FFBoardResult; + +const char* ffDetectBoard(FFBoardResult* board); -- cgit v1.2.3