summaryrefslogtreecommitdiffstats
path: root/src/mainboard/amd/birman_plus/ec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/amd/birman_plus/ec.h')
-rw-r--r--src/mainboard/amd/birman_plus/ec.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mainboard/amd/birman_plus/ec.h b/src/mainboard/amd/birman_plus/ec.h
new file mode 100644
index 000000000000..d8e54db35ffc
--- /dev/null
+++ b/src/mainboard/amd/birman_plus/ec.h
@@ -0,0 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#ifndef BIRMAN_EC_H
+#define BIRMAN_EC_H
+
+void birman_ec_init(void);
+
+#endif /* BIRMAN_EC_H */