lineage_kernel_xcoverpro/arch/s390/include/asm/sections.h

10 lines
167 B
C
Raw Permalink Normal View History

2023-06-18 22:53:49 +00:00
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _S390_SECTIONS_H
#define _S390_SECTIONS_H
#include <asm-generic/sections.h>
extern char _eshared[], _ehead[];
#endif