forked from len0rd/rockbox
Added non-blocking get/put_byte routines.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8556 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
507120c1b3
commit
c4d24a07ab
2 changed files with 25 additions and 0 deletions
|
|
@ -22,5 +22,7 @@
|
|||
void usb_serial_init(void);
|
||||
void usb_serial_put_byte(int b);
|
||||
int usb_serial_get_byte(void);
|
||||
int usb_serial_try_put_byte(int b);
|
||||
int usb_serial_try_get_byte(void);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue