diff options
Diffstat (limited to 'drivers/s390/char/sclp.h')
-rw-r--r-- | drivers/s390/char/sclp.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/s390/char/sclp.h b/drivers/s390/char/sclp.h index 25bcd4c0ed82..e11383f5d3d2 100644 --- a/drivers/s390/char/sclp.h +++ b/drivers/s390/char/sclp.h | |||
@@ -15,7 +15,7 @@ | |||
15 | 15 | ||
16 | /* maximum number of pages concerning our own memory management */ | 16 | /* maximum number of pages concerning our own memory management */ |
17 | #define MAX_KMEM_PAGES (sizeof(unsigned long) << 3) | 17 | #define MAX_KMEM_PAGES (sizeof(unsigned long) << 3) |
18 | #define MAX_CONSOLE_PAGES 6 | 18 | #define SCLP_CONSOLE_PAGES 6 |
19 | 19 | ||
20 | #define EVTYP_OPCMD 0x01 | 20 | #define EVTYP_OPCMD 0x01 |
21 | #define EVTYP_MSG 0x02 | 21 | #define EVTYP_MSG 0x02 |
@@ -175,6 +175,10 @@ int sclp_service_call(sclp_cmdw_t command, void *sccb); | |||
175 | int sclp_sdias_init(void); | 175 | int sclp_sdias_init(void); |
176 | void sclp_sdias_exit(void); | 176 | void sclp_sdias_exit(void); |
177 | 177 | ||
178 | extern int sclp_console_pages; | ||
179 | extern int sclp_console_drop; | ||
180 | extern unsigned long sclp_console_full; | ||
181 | |||
178 | /* useful inlines */ | 182 | /* useful inlines */ |
179 | 183 | ||
180 | /* VM uses EBCDIC 037, LPAR+native(SE+HMC) use EBCDIC 500 */ | 184 | /* VM uses EBCDIC 037, LPAR+native(SE+HMC) use EBCDIC 500 */ |