gonzui


Format: Advanced Search

mtkernel_3/kernel/sysdepend/cpu/rx231/sysdepend.hbare sourcepermlink (0.00 seconds)

Search this content:

    1: /*
    2:  *----------------------------------------------------------------------
    3:  *    micro T-Kernel 3.00.04
    4:  *
    5:  *    Copyright (C) 2006-2021 by Ken Sakamura.
    6:  *    This software is distributed under the T-License 2.2.
    7:  *----------------------------------------------------------------------
    8:  *
    9:  *    Released by TRON Forum(http://www.tron.org) at 2021/05/17.
   10:  *
   11:  *----------------------------------------------------------------------
   12:  */
   13: 
   14: /*
   15:  *      sysdepend.h (RX231)
   16:  *      System-Dependent local defined
   17:  */
   18: 
   19: #ifndef _SYSDEPEND_CPU_SYSDEPEND_
   20: #define _SYSDEPEND_CPU_SYSDEPEND_
   21: 
   22: #include "../core/rxv2/sysdepend.h"
   23: 
   24: /*
   25:  *    Interrupt Vector Table (ROM) (intvect_tbl.c)
   26:  */
   27: IMPORT void (* const knl_int_vect_rom[])();
   28: 
   29: /* ------------------------------------------------------------------------ */
   30: /*
   31:  * HLL Interrupt Handler Table (ROM) (hllint_tbl.c)
   32:  * 
   33:  */
   34: IMPORT void (* const knl_hll_inthdr_rom[])();
   35: 
   36: /*
   37:  *    Clock Setting (cpu_clock.c)
   38:  */
   39: IMPORT void startup_clock(void);
   40: IMPORT void shutdown_clock(void);
   41: 
   42: #endif /* _SYSDEPEND_CPU_SYSDEPEND_ */