]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - arch/s390/include/asm/sections.h
s390/vx: allow to include vx-insn.h with .include
[mirror_ubuntu-artful-kernel.git] / arch / s390 / include / asm / sections.h
CommitLineData
1da177e4
LT
1#ifndef _S390_SECTIONS_H
2#define _S390_SECTIONS_H
3
4#include <asm-generic/sections.h>
5
615b04b3 6extern char _eshared[], _ehead[];
d07a980c 7extern char __start_ro_after_init[], __end_ro_after_init[];
162e006e 8
1da177e4 9#endif