summaryrefslogtreecommitdiff
path: root/firmware/export/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/system.h')
-rw-r--r--firmware/export/system.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/firmware/export/system.h b/firmware/export/system.h
index 94922871b6..86bbefb28f 100644
--- a/firmware/export/system.h
+++ b/firmware/export/system.h
@@ -52,7 +52,9 @@ struct flash_header {
52 char version[32]; 52 char version[32];
53}; 53};
54 54
55bool detect_flashed_rockbox(void); 55bool detect_flashed_romimage(void);
56bool detect_flashed_ramimage(void);
57bool detect_original_firmware(void);
56 58
57#ifdef HAVE_ADJUSTABLE_CPU_FREQ 59#ifdef HAVE_ADJUSTABLE_CPU_FREQ
58#define FREQ cpu_frequency 60#define FREQ cpu_frequency