thesis/linux-6.8.1/arch/powerpc/include/uapi/asm/papr-miscdev.h
2025-03-19 13:44:23 +01:00

9 lines
199 B
C

/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_PAPR_MISCDEV_H_
#define _UAPI_PAPR_MISCDEV_H_
enum {
PAPR_MISCDEV_IOC_ID = 0xb2,
};
#endif /* _UAPI_PAPR_MISCDEV_H_ */