blob: 2bd1aa251d70ed5aac62462f17b14eeb1c0ef8ec [file] [log] [blame]
// 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 */