summaryrefslogtreecommitdiff
path: root/board/hatch/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/hatch/board.h')
-rw-r--r--board/hatch/board.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/board/hatch/board.h b/board/hatch/board.h
index 34d47f4b18..35b3f7351b 100644
--- a/board/hatch/board.h
+++ b/board/hatch/board.h
@@ -52,6 +52,12 @@ enum pwm_channel {
PWM_CH_COUNT
};
+/* List of possible batteries */
+enum battery_type {
+ BATTERY_KEYSTONE,
+ BATTERY_TYPE_COUNT,
+};
+
#endif /* !__ASSEMBLER__ */
#endif /* __CROS_EC_BOARD_H */