/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _UAPI_PR_H #define _UAPI_PR_H #include <linux/types.h> enum pr_status { … }; enum pr_type { … }; struct pr_reservation { … }; struct pr_registration { … }; struct pr_preempt { … }; struct pr_clear { … }; #define PR_FL_IGNORE_KEY … #define IOC_PR_REGISTER … #define IOC_PR_RESERVE … #define IOC_PR_RELEASE … #define IOC_PR_PREEMPT … #define IOC_PR_PREEMPT_ABORT … #define IOC_PR_CLEAR … #endif /* _UAPI_PR_H */