Sign in
third-party-mirror
/
u-boot
/
refs/heads/imx8mevk
/
.
/
board
/
freescale
/
common
/
recovery_keypad.h
blob: d315cea780b8280a3c5b0010b4e955f7565fe616 [
file
] [
log
] [
blame
] [
edit
]
/*
* Copyright (C) 2016 Freescale Semiconductor, Inc. All Rights Reserved.
* Copyright 2017 NXP
*
* SPDX-License-Identifier: GPL-2.0+
*/
#ifndef
__RECOVERY_KEYPAD_H_
#define
__RECOVERY_KEYPAD_H_
int
is_recovery_keypad_pressing
(
void
);
#endif