repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
x86/oprofile: Fix bogus GCC-8 warning in nmi_setup()
[cris-mirror.git]
/
arch
/
s390
/
include
/
asm
/
sections.h
blob
54f81f8ed6622de13648f2f680a867acee7d1230
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
_ehead
[];
8
9
#endif