summaryrefslogtreecommitdiff
path: root/firmware/common/disk.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/common/disk.h')
-rw-r--r--firmware/common/disk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/common/disk.h b/firmware/common/disk.h
index 2d97e43d09..865b7bb4b4 100644
--- a/firmware/common/disk.h
+++ b/firmware/common/disk.h
@@ -30,5 +30,6 @@ struct partinfo {
30 30
31/* returns a pointer to an array of 8 partinfo structs */ 31/* returns a pointer to an array of 8 partinfo structs */
32struct partinfo* disk_init(void); 32struct partinfo* disk_init(void);
33struct partinfo* disk_partinfo(int partition);
33 34
34#endif 35#endif