summaryrefslogtreecommitdiff
path: root/zephyr/projects/trogdor/lazor/include/sku.h
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/trogdor/lazor/include/sku.h')
-rw-r--r--zephyr/projects/trogdor/lazor/include/sku.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/zephyr/projects/trogdor/lazor/include/sku.h b/zephyr/projects/trogdor/lazor/include/sku.h
new file mode 100644
index 0000000000..76825bbba1
--- /dev/null
+++ b/zephyr/projects/trogdor/lazor/include/sku.h
@@ -0,0 +1,17 @@
+/* Copyright 2022 The ChromiumOS Authors
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+/* Lazor board-specific SKU configuration */
+
+#ifndef __ZEPHYR_LAZOR_SKU_H
+#define __ZEPHYR_LAZOR_SKU_H
+
+int board_get_version(void);
+int board_is_clamshell(void);
+int board_has_da9313(void);
+int board_has_ln9310(void);
+int board_has_buck_ic(void);
+
+#endif /* __ZEPHYR_LAZOR_SKU_H */