Ignore:
Timestamp:
2009-06-03T19:21:04Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2595dab
Parents:
76d0d284
Message:

sync header files with implementation
coding style

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/include/ipc/console.h

    r76d0d284 rca3ba3a  
    2828
    2929/** @addtogroup libcipc
    30  * @{ 
     30 * @{
    3131 */
    3232/** @file
     
    3737
    3838#include <ipc/ipc.h>
     39#include <ipc/vfs.h>
    3940
    4041typedef enum {
    41         CONSOLE_GETKEY = IPC_FIRST_USER_METHOD,
    42         CONSOLE_PUTCHAR,
    43         CONSOLE_WRITE,
     42        CONSOLE_GET_SIZE = VFS_LAST_SRV,
     43        CONSOLE_GET_EVENT,
     44        CONSOLE_GOTO,
    4445        CONSOLE_CLEAR,
    45         CONSOLE_GOTO,
    46         CONSOLE_GETSIZE,
    47         CONSOLE_FLUSH,
    4846        CONSOLE_SET_STYLE,
    4947        CONSOLE_SET_COLOR,
     
    5452
    5553#endif
    56  
     54
    5755/** @}
    5856 */
Note: See TracChangeset for help on using the changeset viewer.