Merge tag 'xtensa-20180225' of git://github.com/jcmvbkbc/linux-xtensa
[cris-mirror.git] / include / uapi / linux / pcitest.h
blob953cf036cb26491e0b569ec2559a9e52f5ddfb95
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 /**
3 * pcitest.h - PCI test uapi defines
5 * Copyright (C) 2017 Texas Instruments
6 * Author: Kishon Vijay Abraham I <kishon@ti.com>
8 */
10 #ifndef __UAPI_LINUX_PCITEST_H
11 #define __UAPI_LINUX_PCITEST_H
13 #define PCITEST_BAR _IO('P', 0x1)
14 #define PCITEST_LEGACY_IRQ _IO('P', 0x2)
15 #define PCITEST_MSI _IOW('P', 0x3, int)
16 #define PCITEST_WRITE _IOW('P', 0x4, unsigned long)
17 #define PCITEST_READ _IOW('P', 0x5, unsigned long)
18 #define PCITEST_COPY _IOW('P', 0x6, unsigned long)
20 #endif /* __UAPI_LINUX_PCITEST_H */