aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/amd/mayan/ec.h
diff options
context:
space:
mode:
authorRitul Guru <ritul.bits@gmail.com>2022-11-25 11:31:26 +0530
committerMartin L Roth <gaumless@gmail.com>2022-11-27 17:18:13 +0000
commitf123ffe78c2a519fdf0a32bcbfd1ec36733bb13a (patch)
treec55736e1ec014b52d32af70b2112915f0558638a /src/mainboard/amd/mayan/ec.h
parent21e0da31282f584a1a830c6621e0673f1d0f1b76 (diff)
mb/amd/mayan: Add framework for morgana crb mayan
mayan is the reference board for the morgana SoC. It needs to be updated to match the actual board design as well. amd/mayan is started as a copy of amd/birman. Change-Id: Id6801e6c6e706ae3878ce9e2c3d6452964235148 Signed-off-by: Ritul Guru <ritul.bits@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/70010 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/amd/mayan/ec.h')
-rw-r--r--src/mainboard/amd/mayan/ec.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mainboard/amd/mayan/ec.h b/src/mainboard/amd/mayan/ec.h
new file mode 100644
index 0000000000..b74b236474
--- /dev/null
+++ b/src/mainboard/amd/mayan/ec.h
@@ -0,0 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#ifndef MAYAN_EC_H
+#define MAYAN_EC_H
+
+void mayan_ec_init(void);
+
+#endif /* MAYAN_EC_H */