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
x86/speculation/mds: Fix documentation typo
[linux/fpc-iii.git]
/
arch
/
s390
/
include
/
asm
/
sections.h
blob
0ac3e8166e855caa26d9d0b206a6e81917d28f6c
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef _S390_SECTIONS_H
3
#define _S390_SECTIONS_H
4
5
#include <asm-generic/sections.h>
6
7
extern
char
_eshared
[],
_ehead
[];
8
9
#endif