Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
lib
libc
include
powerpc-linux-any
asm
papr-miscdev.h
pretty
plain
permalink
blame
history
•
9 lines
•
183 B
1
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2
#ifndef _PAPR_MISCDEV_H_
3
#define _PAPR_MISCDEV_H_
4
5
enum {
6
	PAPR_MISCDEV_IOC_ID = 0xb2,
7
};
8
9
#endif /* _PAPR_MISCDEV_H_ */