summaryrefslogtreecommitdiffstats
path: root/src/common/frequency.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/frequency.h')
-rw-r--r--src/common/frequency.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/common/frequency.h b/src/common/frequency.h
new file mode 100644
index 0000000..7a3bdab
--- /dev/null
+++ b/src/common/frequency.h
@@ -0,0 +1,5 @@
+#pragma once
+
+#include "fastfetch.h"
+
+bool ffFreqAppendNum(uint32_t mhz, FFstrbuf* result);