mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-04 02:36:45 +07: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 */
|