Sign in
gem5
/
arm
/
linux
/
84b7901f8d5a17536ef2df7fd628ab865df8fe3a
/
.
/
include
/
asm-sh
/
sections.h
blob: 8f8f4ad400dfd5a5b6d05d592abd96258810a3be [
file
]
#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 */