190e6f191SSumanth Korikkar /* SPDX-License-Identifier: GPL-2.0 */ 290e6f191SSumanth Korikkar #ifndef _DIAG_IOCTL_H 390e6f191SSumanth Korikkar #define _DIAG_IOCTL_H 490e6f191SSumanth Korikkar 590e6f191SSumanth Korikkar #include <linux/types.h> 690e6f191SSumanth Korikkar 790e6f191SSumanth Korikkar long diag324_pibbuf(unsigned long arg); 890e6f191SSumanth Korikkar long diag324_piblen(unsigned long arg); 990e6f191SSumanth Korikkar 10*0d308717SMete Durlu long diag310_memtop_stride(unsigned long arg); 11*0d308717SMete Durlu long diag310_memtop_len(unsigned long arg); 12*0d308717SMete Durlu long diag310_memtop_buf(unsigned long arg); 13*0d308717SMete Durlu 1490e6f191SSumanth Korikkar #endif /* _DIAG_IOCTL_H */ 15