lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since 04cb68f2 was c47e1a8, checked in by Lenka Trochtova <trochtova.lenka@…>, 15 years ago |
merge mainline changes (rev. 451)
|
-
Property mode
set to
100644
|
File size:
192 bytes
|
Rev | Line | |
---|
[cb0ea39] | 1 | #ifndef LIBC_FB_H_
|
---|
| 2 | #define LIBC_FB_H_
|
---|
| 3 |
|
---|
| 4 | #include <ipc/ipc.h>
|
---|
| 5 |
|
---|
| 6 | typedef enum {
|
---|
| 7 | SERIAL_PUTCHAR = IPC_FIRST_USER_METHOD,
|
---|
| 8 | SERIAL_GETCHAR,
|
---|
| 9 | SERIAL_READ,
|
---|
| 10 | SERIAL_WRITE,
|
---|
| 11 | } serial_request_t;
|
---|
| 12 |
|
---|
| 13 |
|
---|
| 14 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.