summaryrefslogtreecommitdiffstats
path: root/mboxd_lpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'mboxd_lpc.h')
-rw-r--r--mboxd_lpc.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/mboxd_lpc.h b/mboxd_lpc.h
index bb288a9..2c38ab0 100644
--- a/mboxd_lpc.h
+++ b/mboxd_lpc.h
@@ -18,9 +18,18 @@
#ifndef MBOXD_LPC_H
#define MBOXD_LPC_H
+#ifdef __cplusplus
+extern "C" {
+#endif
+
int init_lpc_dev(struct mbox_context *context);
void free_lpc_dev(struct mbox_context *context);
int point_to_flash(struct mbox_context *context);
int point_to_memory(struct mbox_context *context);
+int reset_lpc(struct mbox_context *context);
+
+#ifdef __cplusplus
+}
+#endif
#endif /* MBOXD_LPC_H */
OpenPOWER on IntegriCloud