mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-08 21:53:54 +08:00
7 lines
124 B
C
7 lines
124 B
C
|
#ifndef XEN_HVC_CONSOLE_H
|
||
|
#define XEN_HVC_CONSOLE_H
|
||
|
|
||
|
extern struct console xenboot_console;
|
||
|
|
||
|
#endif /* XEN_HVC_CONSOLE_H */
|