Changeset 6b89868 in mainline for contrib/bp/srv/console/console.bp


Ignore:
Timestamp:
2009-09-08T14:38:59Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
262cd01, 9b11daef
Parents:
e742429
Message:

add inbound interfaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/bp/srv/console/console.bp

    re742429 r6b89868  
    2222[curs_visibility] ;
    2323(
    24         ?IPC_M_CONNECT_ME_TO ;
     24        ?console.IPC_M_CONNECT_ME_TO ;
    2525        [gcons_notify_connect] ;
    2626        (
    27                 ?VFS_OUT_READ {
     27                ?console.VFS_OUT_READ {
    2828                        [cons_read]
    2929                } +
    3030               
    31                 ?VFS_OUT_WRITE {
     31                ?console.VFS_OUT_WRITE {
    3232                        [cons_write]
    3333                } +
    3434               
    35                 ?VFS_OUT_SYNC {
     35                ?console.VFS_OUT_SYNC {
    3636                        [fb_pending_flush] ;
    3737                        (
     
    4444                } +
    4545               
    46                 ?CONSOLE_CLEAR {
     46                ?console.CONSOLE_CLEAR {
    4747                        !fb.FB_FLUSH +
    4848                        NULL
    4949                } +
    5050               
    51                 ?CONSOLE_GOTO {
     51                ?console.CONSOLE_GOTO {
    5252                        !fb.CURS_GOTO +
    5353                        NULL
    5454                } +
    5555               
    56                 ?CONSOLE_GET_SIZE +
     56                ?console.CONSOLE_GET_SIZE +
    5757               
    58                 ?CONSOLE_GET_COLOR_CAP +
     58                ?console.CONSOLE_GET_COLOR_CAP +
    5959               
    60                 ?CONSOLE_SET_STYLE {
     60                ?console.CONSOLE_SET_STYLE {
    6161                        [fb_pending_flush] ;
    6262                        (
     
    6666                } +
    6767               
    68                 ?CONSOLE_SET_COLOR {
     68                ?console.CONSOLE_SET_COLOR {
    6969                        [fb_pending_flush] ;
    7070                        (
     
    7474                } +
    7575               
    76                 ?CONSOLE_SET_RGB_COLOR {
     76                ?console.CONSOLE_SET_RGB_COLOR {
    7777                        [fb_pending_flush] ;
    7878                        (
     
    8282                } +
    8383               
    84                 ?CONSOLE_CURSOR_VISIBILITY {
     84                ?console.CONSOLE_CURSOR_VISIBILITY {
    8585                        [fb_pending_flush] ;
    8686                        (
     
    9090                } +
    9191               
    92                 ?CONSOLE_GET_EVENT +
     92                ?console.CONSOLE_GET_EVENT +
    9393               
    94                 ?CONSOLE_KCON_ENABLE
     94                ?console.CONSOLE_KCON_ENABLE
    9595               
    9696        )* ;
    9797       
    98         ?IPC_M_PHONE_HUNGUP {
     98        ?console.IPC_M_PHONE_HUNGUP {
    9999                [gcons_notify_disconnect]
    100100        }
Note: See TracChangeset for help on using the changeset viewer.