|
@@ -92,5 +92,10 @@ void sclp_set_columns(struct sclp_buffer *, unsigned short);
|
|
|
void sclp_set_htab(struct sclp_buffer *, unsigned short);
|
|
|
int sclp_chars_in_buffer(struct sclp_buffer *);
|
|
|
|
|
|
+#ifdef CONFIG_SCLP_CONSOLE
|
|
|
void sclp_console_pm_event(enum sclp_pm_event sclp_pm_event);
|
|
|
+#else
|
|
|
+static inline void sclp_console_pm_event(enum sclp_pm_event sclp_pm_event) { }
|
|
|
+#endif
|
|
|
+
|
|
|
#endif /* __SCLP_RW_H__ */
|