aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-s390/isc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-s390/isc.h')
-rw-r--r--include/asm-s390/isc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-s390/isc.h b/include/asm-s390/isc.h
index 533a1372234a..fe56f7b445ea 100644
--- a/include/asm-s390/isc.h
+++ b/include/asm-s390/isc.h
@@ -1,6 +1,8 @@
1#ifndef _ASM_S390_ISC_H 1#ifndef _ASM_S390_ISC_H
2#define _ASM_S390_ISC_H 2#define _ASM_S390_ISC_H
3 3
4#include <linux/types.h>
5
4/* 6/*
5 * I/O interruption subclasses used by drivers. 7 * I/O interruption subclasses used by drivers.
6 * Please add all used iscs here so that it is possible to distribute 8 * Please add all used iscs here so that it is possible to distribute
@@ -15,4 +17,8 @@
15/* Adapter interrupts. */ 17/* Adapter interrupts. */
16#define QDIO_AIRQ_ISC IO_SCH_ISC /* I/O subchannel in qdio mode */ 18#define QDIO_AIRQ_ISC IO_SCH_ISC /* I/O subchannel in qdio mode */
17 19
20/* Functions for registration of I/O interruption subclasses */
21void isc_register(unsigned int isc);
22void isc_unregister(unsigned int isc);
23
18#endif /* _ASM_S390_ISC_H */ 24#endif /* _ASM_S390_ISC_H */