source: asp3_tinet_ecnl_arm/trunk/asp3_dcre/arch/arm_gcc/common/core_unrename.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: 1.2 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
29/*
30 * core_kernel_impl.c
31 */
32#undef excpt_nest_count
33#undef arm_mmu_initialize
34#undef core_initialize
35#undef core_terminate
36#undef xlog_sys
37#undef xlog_fsr
38#undef default_int_handler
39#undef default_exc_handler
40
41/*
42 * gic_kernel_impl.c
43 */
44#undef gicc_initialize
45#undef gicc_terminate
46#undef gicd_initialize
47#undef gicd_terminate
48
49/*
50 * gic_support.S
51 */
52#undef irc_begin_int
53#undef irc_end_int
54#undef irc_get_intpri
55#undef irc_begin_exc
56#undef irc_end_exc
57
58/*
59 * core_pl310.c
60 */
61#undef pl310_initialize
62#undef pl310_disable
63#undef pl310_invalidate_all
64#undef pl310_clean_and_invalidate_all
65
66/*
67 * target_kernel_impl.c
68 */
69#undef arm_tnum_memory_area
70#undef arm_memory_area
71
72
73#endif /* TOPPERS_CORE_RENAME_H */
Note: See TracBrowser for help on using the repository browser.