2 * IOCTL interface for hypfs
4 * Copyright IBM Corp. 2013
6 * Author: Martin Schwidefsky <schwidefsky@de.ibm.com>
9 #ifndef _ASM_HYPFS_CTL_H
10 #define _ASM_HYPFS_CTL_H
12 #include <linux/types.h>
14 struct hypfs_diag304
{
18 } __attribute__((packed
));
20 #define HYPFS_IOCTL_MAGIC 0x10
22 #define HYPFS_DIAG304 \
23 _IOWR(HYPFS_IOCTL_MAGIC, 0x20, struct hypfs_diag304)