summaryrefslogtreecommitdiffstats
path: root/flash.h
diff options
context:
space:
mode:
Diffstat (limited to 'flash.h')
-rw-r--r--flash.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/flash.h b/flash.h
index acf8218..5b47769 100644
--- a/flash.h
+++ b/flash.h
@@ -9,10 +9,6 @@
#include "mbox.h"
-#ifdef __cplusplus
-extern "C" {
-#endif
-
int init_flash_dev(struct mbox_context *context);
void free_flash_dev(struct mbox_context *context);
int64_t copy_flash(struct mbox_context *context, uint32_t offset, void *mem,
@@ -23,7 +19,4 @@ int erase_flash(struct mbox_context *context, uint32_t offset, uint32_t count);
int write_flash(struct mbox_context *context, uint32_t offset, void *buf,
uint32_t count);
-#ifdef __cplusplus
-}
-#endif
#endif /* FLASH_H */
OpenPOWER on IntegriCloud