summaryrefslogtreecommitdiff
path: root/src/ec/dell/mec5055/mec5055.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ec/dell/mec5055/mec5055.h')
-rw-r--r--src/ec/dell/mec5055/mec5055.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ec/dell/mec5055/mec5055.h b/src/ec/dell/mec5055/mec5055.h
new file mode 100644
index 0000000000..9dc3b26449
--- /dev/null
+++ b/src/ec/dell/mec5055/mec5055.h
@@ -0,0 +1,14 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#ifndef _EC_DELL_MEC5055_H_
+#define _EC_DELL_MEC5055_H_
+
+#include <stddef.h>
+#include <stdint.h>
+#include <types.h>
+
+enum cb_err mec5055_ec_command_0(u8 *buf, u8 cmd, int argc);
+enum cb_err mec5055_ec_command_1(u8 cmd, const u8 *cmd_buf, int argc, u8 *res_buf, int res_sz);
+void mec5055_early_init(void);
+
+#endif