source: asp3_wo_tecs/trunk/arch/arm_gcc/mpcore/chip_unrename.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: 691 bytes
Line 
1/* This file is generated from chip_rename.def by genrename. */
2
3/* This file is included only when chip_rename.h has been included. */
4#ifdef TOPPERS_CHIP_RENAME_H
5#undef TOPPERS_CHIP_RENAME_H
6
7/*
8 * chip_kernel_impl.c
9 */
10#undef chip_initialize
11#undef chip_terminate
12
13/*
14 * chip_timer.c
15 */
16#undef target_hrt_initialize
17#undef target_hrt_terminate
18#undef target_hrt_handler
19
20
21#ifdef TOPPERS_LABEL_ASM
22
23/*
24 * chip_kernel_impl.c
25 */
26#undef _chip_initialize
27#undef _chip_terminate
28
29/*
30 * chip_timer.c
31 */
32#undef _target_hrt_initialize
33#undef _target_hrt_terminate
34#undef _target_hrt_handler
35
36
37#endif /* TOPPERS_LABEL_ASM */
38
39#include "core_unrename.h"
40
41#endif /* TOPPERS_CHIP_RENAME_H */
Note: See TracBrowser for help on using the repository browser.