repo.or.cz
/
htc-linux.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge commit 'refs/merge-requests/1' of git://gitorious.org/linux-on-wince-htc/linux_...
[htc-linux.git]
/
arch
/
s390
/
include
/
asm
/
sections.h
blob
fbd9116eb17bf2c73d80952af2108eecdf4db1ed
1
#ifndef _S390_SECTIONS_H
2
#define _S390_SECTIONS_H
3
4
#include <asm-generic/sections.h>
5
6
extern
char
_eshared
[],
_ehead
[];
7
8
#endif