Sign in
googlers
/
maze
/
linux
/
325dcfdc81f124812a7b692354996ef7fe5b90ed
/
.
/
arch
/
sh
/
include
/
asm
/
sections.h
blob: 8f8f4ad400dfd5a5b6d05d592abd96258810a3be [
file
] [
log
] [
blame
]
#ifndef
__ASM_SH_SECTIONS_H
#define
__ASM_SH_SECTIONS_H
#include
<asm-generic/sections.h>
extern
long
__machvec_start
,
__machvec_end
;
extern
char
__uncached_start
,
__uncached_end
;
extern
char
_ebss
[];
#endif
/* __ASM_SH_SECTIONS_H */