summaryrefslogtreecommitdiff
path: root/board/cr50/recovery_button.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/cr50/recovery_button.h')
-rw-r--r--board/cr50/recovery_button.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/board/cr50/recovery_button.h b/board/cr50/recovery_button.h
deleted file mode 100644
index 4a237a776a..0000000000
--- a/board/cr50/recovery_button.h
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
- * Copyright 2019 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_RECOVERY_BUTTON_H
-#define __EC_BOARD_CR50_RECOVERY_BUTTON_H
-
-/**
- * Latch a recovery button sequence. This state is latched for
- * RECOVERY_BUTTON_TIMEOUT or until the AP requests the recovery button
- * state.
- */
-void recovery_button_record(void);
-
-#endif /* ! __EC_BOARD_CR50_RECOVERY_BUTTON_H */