source: ssp_aarch64/trunk/arm64_gcc/prc_unrename.h@ 353

Last change on this file since 353 was 353, checked in by nmir-saito, 6 years ago

initial import

File size: 1.4 KB
Line 
1/* This file is generated from prc_rename.def by genrename. */
2
3/* This file is included only when prc_rename.h has been included. */
4#ifdef TOPPERS_PRC_RENAME_H
5#undef TOPPERS_PRC_RENAME_H
6
7/*
8 * gic_config.c
9 */
10#undef gicc_initialize
11#undef gicc_terminate
12#undef gicd_initialize
13#undef gicd_terminate
14
15/*
16 * gic_support.S
17 */
18#undef gic_exc_entry
19#undef gic_int_entry
20
21/*
22 * prc_config.c
23 */
24#undef intnest
25#undef prc_initialize
26#undef prc_terminate
27#undef x_config_int
28#undef default_exc_handler
29#undef default_int_handler
30#undef call_int_handler
31#undef call_exc_handler
32
33/*
34 * prc_support.S
35 */
36#undef start_dispatch
37#undef call_exit_kernel
38#undef ret_int
39#undef vectors
40
41/*
42 * kernel_cfg.c
43 */
44#undef intcfg_table
45#undef inh_table
46#undef exc_table
47
48#ifdef TOPPERS_LABEL_ASM
49
50/*
51 * gic_config.c
52 */
53#undef _gicc_initialize
54#undef _gicc_terminate
55#undef _gicd_initialize
56#undef _gicd_terminate
57
58/*
59 * gic_support.S
60 */
61#undef _gic_exc_entry
62#undef _gic_int_entry
63
64/*
65 * prc_config.c
66 */
67#undef _intnest
68#undef _prc_initialize
69#undef _prc_terminate
70#undef _x_config_int
71#undef _default_exc_handler
72#undef _default_int_handler
73#undef _call_int_handler
74#undef _call_exc_handler
75
76/*
77 * prc_support.S
78 */
79#undef _start_dispatch
80#undef _call_exit_kernel
81#undef _ret_int
82#undef _vectors
83
84/*
85 * kernel_cfg.c
86 */
87#undef _intcfg_table
88#undef _inh_table
89#undef _exc_table
90
91#endif /* TOPPERS_LABEL_ASM */
92
93
94#endif /* TOPPERS_PRC_RENAME_H */
Note: See TracBrowser for help on using the repository browser.