source: ssp_rpi3/trunk/arch/arm64_gcc/bcm283x/chip_unrename.h@ 386

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

modify svn:mimetype of files

  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/plain; charset=utf-8
File size: 1.1 KB
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_config.c
9 */
10#undef current_intpri
11#undef chip_initialize
12#undef chip_terminate
13#undef x_config_int
14#undef chip_mask_interrupt
15#undef chip_unmask_interrupt
16
17/*
18 * chip_support.S
19 */
20#undef chip_exc_entry
21#undef chip_int_entry
22#undef chip_fiq_entry
23
24/*
25 * kernel_cfg.c
26 */
27#undef intpri_table
28#undef iipm_mask_table
29#undef inh_table
30#undef exc_table
31
32
33#ifdef TOPPERS_LABEL_ASM
34
35/*
36 * chip_config.c
37 */
38#undef _current_intpri
39#undef _chip_initialize
40#undef _chip_terminate
41#undef _x_config_int
42#undef _chip_mask_interrupt
43#undef _chip_unmask_interrupt
44
45/*
46 * chip_support.S
47 */
48#undef _chip_exc_entry
49#undef _chip_int_entry
50#undef _chip_fiq_entry
51
52/*
53 * kernel_cfg.c
54 */
55#undef _intpri_table
56#undef _iipm_mask_table
57#undef _inh_table
58#undef _exc_table
59
60
61#endif /* TOPPERS_LABEL_ASM */
62
63#include "arm64_gcc/common/core_unrename.h"
64
65#endif /* TOPPERS_CHIP_RENAME_H */
Note: See TracBrowser for help on using the repository browser.