mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
9 lines
183 B
C
Vendored
9 lines
183 B
C
Vendored
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
|
|
#ifndef _PAPR_MISCDEV_H_
|
|
#define _PAPR_MISCDEV_H_
|
|
|
|
enum {
|
|
PAPR_MISCDEV_IOC_ID = 0xb2,
|
|
};
|
|
|
|
#endif /* _PAPR_MISCDEV_H_ */ |