9 lines
199 B
C
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_ */
|