diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-ppc/local.h | 6 | ||||
| -rw-r--r-- | include/asm-ppc/sections.h | 4 |
2 files changed, 10 insertions, 0 deletions
diff --git a/include/asm-ppc/local.h b/include/asm-ppc/local.h new file mode 100644 index 000000000000..b08e3eced10e --- /dev/null +++ b/include/asm-ppc/local.h @@ -0,0 +1,6 @@ +#ifndef __PPC_LOCAL_H +#define __PPC_LOCAL_H + +#include <asm-generic/local.h> + +#endif /* __PPC_LOCAL_H */ diff --git a/include/asm-ppc/sections.h b/include/asm-ppc/sections.h index 564e1e58f141..0a06f83dd543 100644 --- a/include/asm-ppc/sections.h +++ b/include/asm-ppc/sections.h @@ -2,6 +2,10 @@ #ifndef _PPC_SECTIONS_H #define _PPC_SECTIONS_H +#include <asm-generic/sections.h> + +extern char _end[]; + #define __pmac __attribute__ ((__section__ (".pmac.text"))) #define __pmacdata __attribute__ ((__section__ (".pmac.data"))) #define __pmacfunc(__argpmac) \ |
