Ignore:
Timestamp:
Oct 19, 2013, 12:38:33 AM (11 years ago)
Author:
ertl-hiro
Message:

ASP Release 1.9.0 への追従。

Location:
asp_wo_cfg/trunk/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • asp_wo_cfg/trunk/include/kernel.h

    r49 r62  
    66 *  Copyright (C) 2000-2003 by Embedded and Real-Time Systems Laboratory
    77 *                              Toyohashi Univ. of Technology, JAPAN
    8  *  Copyright (C) 2004-2012 by Embedded and Real-Time Systems Laboratory
     8 *  Copyright (C) 2004-2013 by Embedded and Real-Time Systems Laboratory
    99 *              Graduate School of Information Science, Nagoya Univ., JAPAN
    1010 *
     
    555555#define TKERNEL_MAKER   UINT_C(0x0118)  /* カーネルのメーカーコード */
    556556#define TKERNEL_PRID    UINT_C(0x0007)  /* カーネルの識別番号 */
    557 #define TKERNEL_SPVER   UINT_C(0xf515)  /* カーネル仕様のバージョン番号 */
    558 #define TKERNEL_PRVER   UINT_C(0x1080)  /* カーネルのバージョン番号 */
     557#define TKERNEL_SPVER   UINT_C(0xf516)  /* カーネル仕様のバージョン番号 */
     558#define TKERNEL_PRVER   UINT_C(0x1090)  /* カーネルのバージョン番号 */
    559559
    560560/*
  • asp_wo_cfg/trunk/include/test_lib.h

    r49 r62  
    33 *      Toyohashi Open Platform for Embedded Real-Time Systems
    44 *
    5  *  Copyright (C) 2005-2011 by Embedded and Real-Time Systems Laboratory
     5 *  Copyright (C) 2005-2013 by Embedded and Real-Time Systems Laboratory
    66 *              Graduate School of Information Science, Nagoya Univ., JAPAN
    77 *
     
    6565 */
    6666extern void     set_bit_func(BIT_FUNC bit_func);
     67
     68/*
     69 *  テストプログラムの開始
     70 */
     71extern void     test_start(char *progname);
    6772
    6873/*
Note: See TracChangeset for help on using the changeset viewer.