summaryrefslogtreecommitdiff
path: root/include/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/system.h')
-rw-r--r--include/system.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/system.h b/include/system.h
index c3028e4a09..12b40e09ab 100644
--- a/include/system.h
+++ b/include/system.h
@@ -284,6 +284,9 @@ enum system_bbram_idx {
* ...
*/
SYSTEM_BBRAM_IDX_VBNVBLOCK15 = 15,
+ /* PD state for CONFIG_USB_PD_DUAL_ROLE uses one byte per port */
+ SYSTEM_BBRAM_IDX_PD0,
+ SYSTEM_BBRAM_IDX_PD1,
};
/**