gonzui


Format: Advanced Search

tkernel_2/monitor/cmdsvc/src/wrkbuf.cbare sourcepermlink (0.00 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:  *      wrkbuf.c
   17:  *
   18:  *       work buffer
   19:  *
   20:  *       this is in an independent separate file so that we can specify the layout at link-time.
   21:  *       this is also used to store FlashROM writing program.
   22:  *
   23:  */
   24: 
   25: #include "cmdsvc.h"
   26: 
   27: EXPORT  UB       wrkBuf[WRKBUF_SZ];