source: anotherchoice/tags/jsp-1.4.4-full-UTF8/config/armv4/at91sam7s/sys_rename.h@ 363

Last change on this file since 363 was 363, checked in by ykominami, 5 years ago

add tags/jsp-1.4.4-full-UTF8

  • Property svn:executable set to *
File size: 400 bytes
RevLine 
[363]1/* This file is generated from sys_rename.def by genrename. */
2
3#ifndef _SYS_RENAME_H_
4#define _SYS_RENAME_H_
5
6#ifndef OMIT_RENAME
7
8#define int_table _kernel_int_table
9#define int_mask_table _kernel_int_mask_table
10
11#ifdef LABEL_ASM
12
13#define _int_table __kernel_int_table
14#define _int_mask_table __kernel_int_mask_table
15
16#endif /* LABEL_ASM */
17#endif /* OMIT_RENAME */
18#endif /* _SYS_RENAME_H_ */
Note: See TracBrowser for help on using the repository browser.