1
0
Fork 0
android_kernel_rockchip_tart/arch/powerpc/include/uapi/asm/papr-miscdev.h
2025-06-27 00:32:42 -05: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_ */