aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/volteer/variants/halvor/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/volteer/variants/halvor/include')
-rw-r--r--src/mainboard/google/volteer/variants/halvor/include/variant/ec.h9
-rw-r--r--src/mainboard/google/volteer/variants/halvor/include/variant/gpio.h11
2 files changed, 20 insertions, 0 deletions
diff --git a/src/mainboard/google/volteer/variants/halvor/include/variant/ec.h b/src/mainboard/google/volteer/variants/halvor/include/variant/ec.h
new file mode 100644
index 0000000000..33e79711f6
--- /dev/null
+++ b/src/mainboard/google/volteer/variants/halvor/include/variant/ec.h
@@ -0,0 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+/* This file is part of the coreboot project. */
+
+#ifndef __VARIANT_EC_H__
+#define __VARIANT_EC_H__
+
+#include <baseboard/ec.h>
+
+#endif
diff --git a/src/mainboard/google/volteer/variants/halvor/include/variant/gpio.h b/src/mainboard/google/volteer/variants/halvor/include/variant/gpio.h
new file mode 100644
index 0000000000..55725ad59a
--- /dev/null
+++ b/src/mainboard/google/volteer/variants/halvor/include/variant/gpio.h
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+/* This file is part of the coreboot project. */
+
+#ifndef VARIANT_GPIO_H
+#define VARIANT_GPIO_H
+
+#include <baseboard/gpio.h>
+
+/* Copied from baseboard and may need to change for the new variant. */
+
+#endif