summaryrefslogtreecommitdiffstats
path: root/src/detection/battery/battery_nosupport.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/detection/battery/battery_nosupport.c')
-rw-r--r--src/detection/battery/battery_nosupport.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/detection/battery/battery_nosupport.c b/src/detection/battery/battery_nosupport.c
new file mode 100644
index 0000000..efd0f73
--- /dev/null
+++ b/src/detection/battery/battery_nosupport.c
@@ -0,0 +1,7 @@
+#include "fastfetch.h"
+#include "battery.h"
+
+const char* ffDetectBattery(FFBatteryOptions* options, FFlist* results) {
+ FF_UNUSED(options, results)
+ return "Not supported on this platform";
+}