summaryrefslogtreecommitdiff
path: root/include/lid_switch.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lid_switch.h')
-rw-r--r--include/lid_switch.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/lid_switch.h b/include/lid_switch.h
index 3d639b5782..8b62d89949 100644
--- a/include/lid_switch.h
+++ b/include/lid_switch.h
@@ -5,6 +5,12 @@
/* Lid switch API for Chrome EC */
+/*
+ * TODO(b/272518464): Work around coreboot GCC preprocessor bug.
+ * #line marks the *next* line, so it is off by one.
+ */
+#line 13
+
#ifndef __CROS_EC_LID_SWITCH_H
#define __CROS_EC_LID_SWITCH_H