gonzui


Format: Advanced Search

tkernel_2/include/device/devconf.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:  *      @(#)devconf.h (device)
   17:  *
   18:  *      DEVCONF definition
   19:  */
   20: 
   21: #ifndef __DEVICE_DEVCONF_H__
   22: #define __DEVICE_DEVCONF_H__
   23: 
   24: #include <basic.h>
   25: 
   26: #ifdef __cplusplus
   27: extern "C" {
   28: #endif
   29: 
   30: #define L_DEVCONF_VAL           16       /* Maximum number of elements */
   31: #define L_DEVCONF_STR           256      /* Maximum string length */
   32: 
   33: #ifdef __cplusplus
   34: }
   35: #endif
   36: #endif /* __DEVICE_DEVCONF_H__ */