aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390')
-rw-r--r--arch/s390/include/asm/sclp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/include/asm/sclp.h b/arch/s390/include/asm/sclp.h
index 943d43451116..1aba89b53cb9 100644
--- a/arch/s390/include/asm/sclp.h
+++ b/arch/s390/include/asm/sclp.h
@@ -66,5 +66,6 @@ int memcpy_hsa(void *dest, unsigned long src, size_t count, int mode);
66unsigned long sclp_get_hsa_size(void); 66unsigned long sclp_get_hsa_size(void);
67void sclp_early_detect(void); 67void sclp_early_detect(void);
68int sclp_has_siif(void); 68int sclp_has_siif(void);
69unsigned int sclp_get_ibc(void);
69 70
70#endif /* _ASM_S390_SCLP_H */ 71#endif /* _ASM_S390_SCLP_H */