summaryrefslogtreecommitdiff
path: root/board/karma/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/karma/board.h')
-rw-r--r--board/karma/board.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/board/karma/board.h b/board/karma/board.h
new file mode 100644
index 0000000000..372b18509b
--- /dev/null
+++ b/board/karma/board.h
@@ -0,0 +1,13 @@
+/* Copyright 2018 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.
+ */
+
+/* Karma board configuration */
+
+#ifndef __CROS_EC_BOARD_H
+#define __CROS_EC_BOARD_H
+
+#include "baseboard.h"
+
+#endif /* __CROS_EC_BOARD_H */