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.h36
1 files changed, 0 insertions, 36 deletions
diff --git a/board/cr50/wp.h b/board/cr50/wp.h
deleted file mode 100644
index d5cbade855..0000000000
--- a/board/cr50/wp.h
+++ /dev/null
@@ -1,36 +0,0 @@
-/* Copyright 2017 The Chromium OS Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-#ifndef __EC_BOARD_CR50_WP_H
-#define __EC_BOARD_CR50_WP_H
-
-#include "common.h"
-
-/**
- * Initialize write protect state.
- *
- * Must be called after case-closed debugging is initialized.
- */
-void init_wp_state(void);
-
-/**
- * Get the current write protect state.
- *
- * @return 0 if WP deasserted, 1 if WP asserted
- */
-int wp_is_asserted(void);
-
-/**
- * Read the FWMP value from TPM NVMEM and set the console restriction
- * appropriately.
- */
-void read_fwmp(void);
-
-/**
- * Set WP and battery presence as dicated by CCD configuration.
- */
-void board_wp_follow_ccd_config(void);
-
-#endif /* ! __EC_BOARD_CR50_WP_H */