gonzui


Format: Advanced Search

tkernel_2/include/sys/svc/fnconsio.hbare sourcepermlink (0.01 seconds)

Search this content:

    1: /*
    2:  *----------------------------------------------------------------------
    3:  *    T-Kernel 2.0 Software Package
    4:  *
    5:  *    Copyright 2011 by Ken Sakamura.
    6:  *    This software is distributed under the latest version of T-License 2.x.
    7:  *----------------------------------------------------------------------
    8:  *
    9:  *    Released by T-Engine Forum(http://www.t-engine.org/) at 2011/05/17.
   10:  *    Modified by TRON Forum(http://www.tron.org/) at 2015/06/01.
   11:  *
   12:  *----------------------------------------------------------------------
   13:  */
   14: 
   15: /*
   16:  *      Extended SVC function code
   17:  *
   18:  *         (generated automatically)
   19:  */
   20: 
   21: #include <sys/ssid.h>
   22: 
   23: #define CONSIO_CONSOLE_GET_FN   (0x00100400 | CONSIO_SVC)
   24: #define CONSIO_CONSOLE_PUT_FN   (0x00110400 | CONSIO_SVC)
   25: #define CONSIO_CONSOLE_CONF_FN  (0x00120200 | CONSIO_SVC)
   26: #define CONSIO_CONSOLE_IN_FN    (0x00200300 | CONSIO_SVC)
   27: #define CONSIO_CONSOLE_OUT_FN   (0x00210300 | CONSIO_SVC)
   28: #define CONSIO_CONSOLE_CTL_FN   (0x00220300 | CONSIO_SVC)
   29: