repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
target: Fix kref->refcount underflow in transport_cmd_finish_abort
[linux/fpc-iii.git]
/
arch
/
s390
/
include
/
asm
/
sections.h
blob
5ce29fe100baaa0ee0dcaa987901691fb76e4044
1
#ifndef _S390_SECTIONS_H
2
#define _S390_SECTIONS_H
3
4
#include <asm-generic/sections.h>
5
6
extern
char
_eshared
[],
_ehead
[];
7
extern
char
__start_ro_after_init
[],
__end_ro_after_init
[];
8
9
#endif