summaryrefslogtreecommitdiff
path: root/board/cr50/wp.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/cr50/wp.h')
-rw-r--r--board/cr50/wp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/board/cr50/wp.h b/board/cr50/wp.h
index 6d93145ba6..35c02ae215 100644
--- a/board/cr50/wp.h
+++ b/board/cr50/wp.h
@@ -21,4 +21,9 @@ void init_wp_state(void);
*/
void read_fwmp(void);
+/**
+ * Set WP as dicated by CCD configuration.
+ */
+void set_wp_follow_ccd_config(void);
+
#endif /* ! __EC_BOARD_CR50_WP_H */