/* SPDX-License-Identifier: GPL-2.0 *//* * Linux Security Module interface to other subsystems. * Smack presents a pointer into the global Smack label list. */#ifndef __LINUX_LSM_SMACK_H#define __LINUX_LSM_SMACK_Hstructsmack_known;structlsm_prop_smack{#ifdef CONFIG_SECURITY_SMACKstructsmack_known*skp;#endif};#endif /* ! __LINUX_LSM_SMACK_H */