summaryrefslogtreecommitdiff
path: root/include/chipset.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/chipset.h')
-rw-r--r--include/chipset.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/chipset.h b/include/chipset.h
index ead2a9680e..2ec7d3b059 100644
--- a/include/chipset.h
+++ b/include/chipset.h
@@ -10,6 +10,12 @@
* all main chipsets (x86, gaia, etc.).
*/
+/*
+ * TODO(b/272518464): Work around coreboot GCC preprocessor bug.
+ * #line marks the *next* line, so it is off by one.
+ */
+#line 18
+
#ifndef __CROS_EC_CHIPSET_H
#define __CROS_EC_CHIPSET_H