9
0
Fork 0

add sections.h header file

The file location and variable names from the Linux Kernel have been
used here.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2011-01-17 10:30:57 +01:00
parent 5a707d6ad8
commit 92c1c6cfb1
6 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1 @@
#include <asm-generic/sections.h>

View File

@ -0,0 +1 @@
#include <asm-generic/sections.h>

View File

@ -0,0 +1 @@
#include <asm-generic/sections.h>

View File

@ -0,0 +1 @@
#include <asm-generic/sections.h>

View File

@ -0,0 +1 @@
#include <asm-generic/sections.h>

View File

@ -0,0 +1,8 @@
#ifndef _ASM_GENERIC_SECTIONS_H_
#define _ASM_GENERIC_SECTIONS_H_
extern char _text[], _stext[], _etext[];
extern char __bss_start[], __bss_stop[];
extern char _end[];
#endif /* _ASM_GENERIC_SECTIONS_H_ */