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, 0 insertions, 4 deletions
diff --git a/firmware/export/system.h b/firmware/export/system.h
index 0f709cdae6..5128801725 100644
--- a/firmware/export/system.h
+++ b/firmware/export/system.h
@@ -143,10 +143,6 @@ int get_cpu_boost_counter(void);
143#undef swap32 143#undef swap32
144#endif 144#endif
145 145
146#if (CONFIG_PLATFORM & PLATFORM_HOSTED) && defined(PLATFORM_HAS_VOLUME_CHANGE)
147int hosted_get_volume(void);
148#endif
149
150/* Get the byte offset of a type's member */ 146/* Get the byte offset of a type's member */
151#define OFFSETOF(type, membername) ((off_t)&((type *)0)->membername) 147#define OFFSETOF(type, membername) ((off_t)&((type *)0)->membername)
152 148