1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
3 * ioctl interface for /dev/clp
5 * Copyright IBM Corp. 2016
6 * Author(s): Martin Schwidefsky <schwidefsky@de.ibm.com>
12 #include <linux/types.h>
13 #include <linux/ioctl.h>
21 unsigned int reserved
;
25 #define CLP_IOCTL_MAGIC 'c'
27 #define CLP_SYNC _IOWR(CLP_IOCTL_MAGIC, 0xC1, struct clp_req)