android13/external/ltp/include/tst_lockdown.h

10 lines
188 B
C

// SPDX-License-Identifier: GPL-2.0-or-later
#ifndef TST_LOCKDOWN_H
#define TST_LOCKDOWN_H
int tst_secureboot_enabled(void);
int tst_lockdown_enabled(void);
#endif /* TST_LOCKDOWN_H */