source: asp3_wo_tecs/trunk/arch/arm_gcc/mpcore/chip_rename.h@ 302

Last change on this file since 302 was 302, checked in by ertl-honda, 7 years ago

TECSレスのASP3の開発のため以下のtrunkからコピー
http://dev.toppers.jp/svn/asp3/branches/WO_TECS-3.C.0

File size: 920 bytes
Line 
1/* This file is generated from chip_rename.def by genrename. */
2
3#ifndef TOPPERS_CHIP_RENAME_H
4#define TOPPERS_CHIP_RENAME_H
5
6/*
7 * chip_kernel_impl.c
8 */
9#define chip_initialize _kernel_chip_initialize
10#define chip_terminate _kernel_chip_terminate
11
12/*
13 * chip_timer.c
14 */
15#define target_hrt_initialize _kernel_target_hrt_initialize
16#define target_hrt_terminate _kernel_target_hrt_terminate
17#define target_hrt_handler _kernel_target_hrt_handler
18
19
20#ifdef TOPPERS_LABEL_ASM
21
22/*
23 * chip_kernel_impl.c
24 */
25#define _chip_initialize __kernel_chip_initialize
26#define _chip_terminate __kernel_chip_terminate
27
28/*
29 * chip_timer.c
30 */
31#define _target_hrt_initialize __kernel_target_hrt_initialize
32#define _target_hrt_terminate __kernel_target_hrt_terminate
33#define _target_hrt_handler __kernel_target_hrt_handler
34
35
36#endif /* TOPPERS_LABEL_ASM */
37
38#include "core_rename.h"
39
40#endif /* TOPPERS_CHIP_RENAME_H */
Note: See TracBrowser for help on using the repository browser.