Allow IEEE1275 ports on path even if it wasn't detected automatically.
Needed on OpenBIOS due to incomplete device tree.
This commit is contained in:
parent
ac4fea7998
commit
aa1af9bbda
4 changed files with 76 additions and 26 deletions
|
@ -28,4 +28,7 @@ void grub_console_init_lately (void);
|
|||
/* Finish the console system. */
|
||||
void grub_console_fini (void);
|
||||
|
||||
const char *
|
||||
grub_ofserial_add_port (const char *name);
|
||||
|
||||
#endif /* ! GRUB_CONSOLE_MACHINE_HEADER */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue