diff options
Diffstat (limited to 'include/asm-s390/sclp.h')
-rw-r--r-- | include/asm-s390/sclp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-s390/sclp.h b/include/asm-s390/sclp.h index ddfaa8db47be..cb9faf1ea5cf 100644 --- a/include/asm-s390/sclp.h +++ b/include/asm-s390/sclp.h | |||
@@ -28,6 +28,7 @@ struct sclp_ipl_info { | |||
28 | }; | 28 | }; |
29 | 29 | ||
30 | void sclp_readinfo_early(void); | 30 | void sclp_readinfo_early(void); |
31 | void sclp_facilities_detect(void); | ||
31 | unsigned long long sclp_memory_detect(void); | 32 | unsigned long long sclp_memory_detect(void); |
32 | int sclp_sdias_blk_count(void); | 33 | int sclp_sdias_blk_count(void); |
33 | int sclp_sdias_copy(void *dest, int blk_num, int nr_blks); | 34 | int sclp_sdias_copy(void *dest, int blk_num, int nr_blks); |