summaryrefslogtreecommitdiff
path: root/firmware/common
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/common')
-rw-r--r--firmware/common/disk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/common/disk.h b/firmware/common/disk.h
index 8a78386c6c..d8e1bc5ddd 100644
--- a/firmware/common/disk.h
+++ b/firmware/common/disk.h
@@ -25,6 +25,8 @@ struct partinfo {
25 unsigned char type; 25 unsigned char type;
26}; 26};
27 27
28#define PARTITION_TYPE_FAT32 0x0c
29
28/* returns a pointer to an array of 8 partinfo structs */ 30/* returns a pointer to an array of 8 partinfo structs */
29struct partinfo* disk_init(void); 31struct partinfo* disk_init(void);
30 32