summaryrefslogtreecommitdiff
path: root/board/mancomb/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/mancomb/board.h')
-rw-r--r--board/mancomb/board.h37
1 files changed, 37 insertions, 0 deletions
diff --git a/board/mancomb/board.h b/board/mancomb/board.h
new file mode 100644
index 0000000000..9d651404e9
--- /dev/null
+++ b/board/mancomb/board.h
@@ -0,0 +1,37 @@
+/* Copyright 2021 The Chromium OS Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+/* Mancomb board configuration */
+
+#ifndef __CROS_EC_BOARD_H
+#define __CROS_EC_BOARD_H
+
+/* Baseboard features */
+#include "baseboard.h"
+
+/* Motion sensing drivers */
+
+/* Keyboard features */
+
+/* Sensors */
+
+/* USB Type C and USB PD defines */
+
+/* USB Type A Features */
+
+/* BC 1.2 */
+
+/* Volume Button feature */
+
+/* Fan features */
+
+#ifndef __ASSEMBLER__
+
+#include "gpio_signal.h"
+#include "registers.h"
+
+#endif /* !__ASSEMBLER__ */
+
+#endif /* __CROS_EC_BOARD_H */