// 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 */