1 // SPDX-License-Identifier: GPL-2.0-or-later 2 3 #ifndef TST_LOCKDOWN_H 4 #define TST_LOCKDOWN_H 5 6 int tst_secureboot_enabled(void); 7 int tst_lockdown_enabled(void); 8 9 #endif /* TST_LOCKDOWN_H */ 10
1 // SPDX-License-Identifier: GPL-2.0-or-later 2 3 #ifndef TST_LOCKDOWN_H 4 #define TST_LOCKDOWN_H 5 6 int tst_secureboot_enabled(void); 7 int tst_lockdown_enabled(void); 8 9 #endif /* TST_LOCKDOWN_H */ 10