1 /* SPDX-License-Identifier: GPL-2.0 */ 2 #ifndef _DIAG_IOCTL_H 3 #define _DIAG_IOCTL_H 4 5 #include <linux/types.h> 6 7 long diag324_pibbuf(unsigned long arg); 8 long diag324_piblen(unsigned long arg); 9 10 long diag310_memtop_stride(unsigned long arg); 11 long diag310_memtop_len(unsigned long arg); 12 long diag310_memtop_buf(unsigned long arg); 13 14 #endif /* _DIAG_IOCTL_H */ 15