diff options
Diffstat (limited to 'arch/s390/include')
-rw-r--r-- | arch/s390/include/asm/sclp.h | 2 | ||||
-rw-r--r-- | arch/s390/include/asm/sigp.h | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/arch/s390/include/asm/sclp.h b/arch/s390/include/asm/sclp.h index 8685d1fb8b75..e62a555557ee 100644 --- a/arch/s390/include/asm/sclp.h +++ b/arch/s390/include/asm/sclp.h | |||
@@ -53,5 +53,7 @@ int sclp_chp_configure(struct chp_id chpid); | |||
53 | int sclp_chp_deconfigure(struct chp_id chpid); | 53 | int sclp_chp_deconfigure(struct chp_id chpid); |
54 | int sclp_chp_read_info(struct sclp_chp_info *info); | 54 | int sclp_chp_read_info(struct sclp_chp_info *info); |
55 | void sclp_get_ipl_info(struct sclp_ipl_info *info); | 55 | void sclp_get_ipl_info(struct sclp_ipl_info *info); |
56 | bool sclp_has_linemode(void); | ||
57 | bool sclp_has_vt220(void); | ||
56 | 58 | ||
57 | #endif /* _ASM_S390_SCLP_H */ | 59 | #endif /* _ASM_S390_SCLP_H */ |
diff --git a/arch/s390/include/asm/sigp.h b/arch/s390/include/asm/sigp.h index 7306270b5b84..5a87d16d3e7c 100644 --- a/arch/s390/include/asm/sigp.h +++ b/arch/s390/include/asm/sigp.h | |||
@@ -24,6 +24,7 @@ | |||
24 | 24 | ||
25 | #define SIGP_STATUS_CHECK_STOP 0x00000010UL | 25 | #define SIGP_STATUS_CHECK_STOP 0x00000010UL |
26 | #define SIGP_STATUS_STOPPED 0x00000040UL | 26 | #define SIGP_STATUS_STOPPED 0x00000040UL |
27 | #define SIGP_STATUS_EXT_CALL_PENDING 0x00000080UL | ||
27 | #define SIGP_STATUS_INVALID_PARAMETER 0x00000100UL | 28 | #define SIGP_STATUS_INVALID_PARAMETER 0x00000100UL |
28 | #define SIGP_STATUS_INCORRECT_STATE 0x00000200UL | 29 | #define SIGP_STATUS_INCORRECT_STATE 0x00000200UL |
29 | #define SIGP_STATUS_NOT_RUNNING 0x00000400UL | 30 | #define SIGP_STATUS_NOT_RUNNING 0x00000400UL |