source: asp3_tinet_ecnl_arm/trunk/asp3_dcre/arch/arm_gcc/common/core_cfg1_out.h@ 352

Last change on this file since 352 was 352, checked in by coas-nagasima, 6 years ago

arm向けASP3版ECNLを追加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-chdr;charset=UTF-8
File size: 352 bytes
Line 
1/*
2 * cfg1_out.cのリンクに必要なスタブの定義
3 *
4 * $Id$
5 */
6
7/*
8 * cfg1_out.cのリンクに必要な定義
9 */
10
11#include <kernel.h>
12
13void sta_ker(void){}
14STK_T *const _kernel_istkpt;
15
16/*
17 * offset.hを生成するための定義
18 */
19const uint8_t MAGIC_1 = 0x12;
20const uint16_t MAGIC_2 = 0x1234;
21const uint32_t MAGIC_4 = 0x12345678;
Note: See TracBrowser for help on using the repository browser.