summaryrefslogtreecommitdiff
path: root/board/cr50/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/cr50/board.h')
-rw-r--r--board/cr50/board.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/cr50/board.h b/board/cr50/board.h
index 67cd0f7faf..9f6833e5f1 100644
--- a/board/cr50/board.h
+++ b/board/cr50/board.h
@@ -409,6 +409,8 @@ int board_in_prod_mode(void);
/* Bit masks for each bit in TPM_BOARD_CFG register */
enum board_cfg_reg_bitmask {
+ BOARD_CFG_LONG_INT_AP_BIT = BIT(0),
+
BOARD_CFG_LOCKED_BIT = BIT(31),
};