source: asp3_wo_tecs/trunk/arch/arm_gcc/common/core_unrename.h@ 304

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

コンフィギュレータをruby版に変更

File size: 1.1 KB
Line 
1/* This file is generated from core_rename.def by genrename. */
2
3/* This file is included only when core_rename.h has been included. */
4#ifdef TOPPERS_CORE_RENAME_H
5#undef TOPPERS_CORE_RENAME_H
6
7/*
8 * kernel_cfg.c
9 */
10#undef inh_table
11#undef intcfg_table
12#undef exc_table
13
14/*
15 * core_support.S
16 */
17#undef dispatch
18#undef start_dispatch
19#undef exit_and_dispatch
20#undef call_exit_kernel
21#undef start_r
22#undef irq_handler
23#undef undef_handler
24#undef svc_handler
25#undef pabort_handler
26#undef dabort_handler
27#undef fiq_handler
28#undef current_cpsr
29#undef set_cpsr
30
31/*
32 * core_kernel_impl.c
33 */
34#undef excpt_nest_count
35#undef arm_mmu_initialize
36#undef core_initialize
37#undef core_terminate
38#undef xlog_sys
39#undef xlog_fsr
40#undef default_int_handler
41#undef default_exc_handler
42
43/*
44 * gic_kernel_impl.c
45 */
46#undef gicc_initialize
47#undef gicc_terminate
48#undef gicd_initialize
49#undef gicd_terminate
50
51/*
52 * gic_support.S
53 */
54#undef irc_begin_int
55#undef irc_end_int
56#undef irc_get_intpri
57#undef irc_begin_exc
58#undef irc_end_exc
59
60/*
61 * target_kernel_impl.c
62 */
63#undef arm_tnum_memory_area
64#undef arm_memory_area
65
66
67#endif /* TOPPERS_CORE_RENAME_H */
Note: See TracBrowser for help on using the repository browser.