aboutsummaryrefslogtreecommitdiff
path: root/arch/s390/include/asm/s390_ext.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/include/asm/s390_ext.h')
-rw-r--r--arch/s390/include/asm/s390_ext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/include/asm/s390_ext.h b/arch/s390/include/asm/s390_ext.h
index 2afc060266a..1a9307e7084 100644
--- a/arch/s390/include/asm/s390_ext.h
+++ b/arch/s390/include/asm/s390_ext.h
@@ -12,7 +12,7 @@
#include <linux/types.h>
-typedef void (*ext_int_handler_t)(__u16 code);
+typedef void (*ext_int_handler_t)(unsigned int, unsigned int, unsigned long);
typedef struct ext_int_info_t {
struct ext_int_info_t *next;