source: asp_nios2/trunk/arch/nios2_gcc/prc_cfg1_out.h@ 14

Last change on this file since 14 was 14, checked in by ertl-ichiba, 12 years ago

ASP 1.7.0対応のNios2依存部を追加

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 782 bytes
Line 
1/*
2 * @(#) $Id: prc_cfg1_out.h 14 2012-01-11 10:07:48Z ertl-ichiba $
3 */
4
5/*
6 * cfg1_out.cをリンクするために必要なスタブの定義
7 */
8
9void sta_ker(void){}
10STK_T *const _kernel_istkpt = 0x00;
11
12/*
13 * オフセットファイルを生成するための定義
14 */
15const uint8_t MAGIC_1 = 0x12;
16const uint16_t MAGIC_2 = 0x1234;
17const uint32_t MAGIC_4 = 0x12345678;
18
19const TCB TCB_enatex = {
20 { NULL, NULL }, /* task_queue */
21 NULL, /* p_tinib */
22 0U, /* tstat */
23#ifdef TOPPERS_SUPPORT_MUTEX
24 0U, /* bpriority */
25#endif /* TOPPERS_SUPPORT_MUTEX */
26 0U, /* priority */
27 false, /* acqeue */
28 false, /* wupque */
29 true, /* enatex */
30 0U, /* texprn */
31 NULL, /* p_winifo */
32#ifdef TOPPERS_SUPPORT_MUTEX
33 { NULL, NULL }, /* mutex_queue */
34#endif /* TOPPERS_SUPPORT_MUTEX */
35 { NULL, NULL } /* tskctxb */
36};
Note: See TracBrowser for help on using the repository browser.