summaryrefslogtreecommitdiffstats
path: root/lpc.h
diff options
context:
space:
mode:
authorAndrew Jeffery <andrew@aj.id.au>2018-08-08 10:47:55 +0930
committerAndrew Jeffery <andrew@aj.id.au>2018-09-05 17:44:24 +0930
commitcd18611e279b074420f0c643ab070ac38591aec7 (patch)
treeeb47d680f12acf783f7ecd84d04fd90b7f258398 /lpc.h
parent0293f2f5b66db5992e89afebe1ae848ac947b354 (diff)
downloadphosphor-mboxbridge-cd18611e279b074420f0c643ab070ac38591aec7.tar.gz
phosphor-mboxbridge-cd18611e279b074420f0c643ab070ac38591aec7.zip
mboxd: Rename lpc source files
Change-Id: I289618c90b2df8911e362397b7eab99403c86c05 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Diffstat (limited to 'lpc.h')
-rw-r--r--lpc.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/lpc.h b/lpc.h
new file mode 100644
index 0000000..bd3e2b1
--- /dev/null
+++ b/lpc.h
@@ -0,0 +1,21 @@
+/* SPDX-License-Identifier: Apache-2.0 */
+/* Copyright (C) 2018 IBM Corp. */
+
+#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