source: ssp_qb_r5f100le_cs/trunk/arch/rl78_ca78k0r/prc_cfg1_out.h

Last change on this file was 95, checked in by nmir-saito, 9 years ago

ファイルの mime-type 変更

  • Property svn:mime-type set to text/plain; charset=shift_jis
File size: 459 bytes
Line 
1/*
2 * cfg1_out.cのリンクに必要なスタブの定義
3 */
4
5void sta_ker(void)
6{
7}
8
9void hardware_init_hook(void)
10{
11}
12
13void software_init_hook(void)
14{
15}
16
17const SIZE _kernel_istksz = 0;
18
19STK_T *const _kernel_istk = NULL;
20
21ER
22syslog_wri_log(uint_t prio, const SYSLOG *p_syslog)
23{
24 return E_OK;
25}
26
27uint_t _kernel_actque_bitmap = 0;
28uint8_t _kernel_intnest = 0;
29const PRI _kernel_intpri_table[1] = {0};
30STK_T *const _kernel_istkpt = NULL;
31
Note: See TracBrowser for help on using the repository browser.