mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 22:04:21 +00:00
9 lines
No EOL
183 B
C
Vendored
9 lines
No EOL
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_ */ |