You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
238 B
12 lines
238 B
![]()
20 years ago
|
#ifndef __ASM_SH_SECTIONS_H
|
||
|
#define __ASM_SH_SECTIONS_H
|
||
|
|
||
|
#include <asm-generic/sections.h>
|
||
|
|
||
![]()
18 years ago
|
extern long __machvec_start, __machvec_end;
|
||
![]()
17 years ago
|
extern char __uncached_start, __uncached_end;
|
||
![]()
18 years ago
|
extern char _ebss[];
|
||
![]()
18 years ago
|
|
||
![]()
20 years ago
|
#endif /* __ASM_SH_SECTIONS_H */
|
||
|
|