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.h15
1 files changed, 15 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..712057c26f
--- /dev/null
+++ b/src/ec/dell/mec5055/mec5055.h
@@ -0,0 +1,15 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+/* This file is part of the coreboot project. */
+
+#ifndef _EC_DELL_MEC5055_H_
+#define _EC_DELL_MEC5055_H_
+
+#include <stddef.h>
+#include <stdint.h>
+
+int mec5055_ec_command_0(u8 *buf, u8 cmd, int argc);
+int mec5055_ec_command_1(u8 cmd, const u8 *cmd_buf, int argc, u8 *res_buf, int res_size);
+void mec5055_early_init(void);
+void mec5055_ec_acpi_enable(void);
+
+#endif