Go to the documentation of this file.
5 #include <linux/device.h>
10 #include <asm/schid.h>
105 #define to_subchannel(n) container_of(n, struct subchannel, dev)
129 #ifdef CONFIG_CCW_CONSOLE
130 extern struct subchannel *cio_probe_console(
void);
131 extern void cio_release_console(
void);
137 #define cio_is_console(schid) 0
138 #define cio_get_console_subchannel() NULL
139 #define cio_get_console_lock() NULL
140 #define cio_get_console_priv() NULL