summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/usb_pd_dpm_sm.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/usb_pd_dpm_sm.h b/include/usb_pd_dpm_sm.h
index 5b463c9197..cb275d65e6 100644
--- a/include/usb_pd_dpm_sm.h
+++ b/include/usb_pd_dpm_sm.h
@@ -8,6 +8,12 @@
* Refer to USB PD 3.0 spec, version 2.0, sections 8.2 and 8.3
*/
+/*
+ * TODO(b/272518464): Work around coreboot GCC preprocessor bug.
+ * #line marks the *next* line, so it is off by one.
+ */
+#line 16
+
#ifndef __CROS_EC_USB_DPM_H
#define __CROS_EC_USB_DPM_H