summaryrefslogtreecommitdiff
path: root/chip/g/factory_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/g/factory_config.h')
-rw-r--r--chip/g/factory_config.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/chip/g/factory_config.h b/chip/g/factory_config.h
new file mode 100644
index 0000000000..26345c1eb9
--- /dev/null
+++ b/chip/g/factory_config.h
@@ -0,0 +1,16 @@
+/*
+ * Copyright 2023 The ChromiumOS Authors
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+#ifndef __EC_CHIP_G_FACTORY_CONFIG_H
+#define __EC_CHIP_G_FACTORY_CONFIG_H
+
+#include "board_space.h"
+/**
+ * Print the factory config value.
+ */
+void print_factory_config(void);
+
+#endif /* ! __EC_CHIP_G_FACTORY_CONFIG_H */