Allow all modules to perform serial IO
* grub-core/term-serial.c (grub_serial_find): Remove static qualifier * include/grub/serial.h (grub_serial_port_configure): New inline function. (grub_serial_port_fetch): Likewise. (grub_serial_port_put): Likewise. (grub_serial_port_fini): Likewise. (grub_serial_find): New proto.
This commit is contained in:
parent
f627652531
commit
33f784e881
3 changed files with 40 additions and 1 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
|||
2011-11-10 Shea Levy <slevy@tieronedesign.com>
|
||||
|
||||
Allow all modules to perform serial IO
|
||||
|
||||
* grub-core/term-serial.c (grub_serial_find): Remove static qualifier
|
||||
* include/grub/serial.h (grub_serial_port_configure): New inline
|
||||
function.
|
||||
(grub_serial_port_fetch): Likewise.
|
||||
(grub_serial_port_put): Likewise.
|
||||
(grub_serial_port_fini): Likewise.
|
||||
(grub_serial_find): New proto.
|
||||
|
||||
2011-11-10 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Put symlink at the end of the node and fix a potential
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue