source: mainline/uspace/lib/libc/include/ipc/serial.h@ e2b9a993

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since e2b9a993 was cb0ea39, checked in by Lenka Trochtova <trochtova.lenka@…>, 16 years ago

dd: initial import of the original svn branch

  • Property mode set to 100644
File size: 192 bytes
RevLine 
[cb0ea39]1#ifndef LIBC_FB_H_
2#define LIBC_FB_H_
3
4#include <ipc/ipc.h>
5
6typedef 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.