diff options
Diffstat (limited to 'include/asm-s390/sclp.h')
-rw-r--r-- | include/asm-s390/sclp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-s390/sclp.h b/include/asm-s390/sclp.h index 3996daaa8f54..21ed64773210 100644 --- a/include/asm-s390/sclp.h +++ b/include/asm-s390/sclp.h | |||
@@ -44,6 +44,8 @@ struct sclp_chp_info { | |||
44 | 44 | ||
45 | extern struct sclp_readinfo_sccb s390_readinfo_sccb; | 45 | extern struct sclp_readinfo_sccb s390_readinfo_sccb; |
46 | extern void sclp_readinfo_early(void); | 46 | extern void sclp_readinfo_early(void); |
47 | extern int sclp_sdias_blk_count(void); | ||
48 | extern int sclp_sdias_copy(void *dest, int blk_num, int nr_blks); | ||
47 | extern int sclp_chp_configure(struct chp_id chpid); | 49 | extern int sclp_chp_configure(struct chp_id chpid); |
48 | extern int sclp_chp_deconfigure(struct chp_id chpid); | 50 | extern int sclp_chp_deconfigure(struct chp_id chpid); |
49 | extern int sclp_chp_read_info(struct sclp_chp_info *info); | 51 | extern int sclp_chp_read_info(struct sclp_chp_info *info); |