8 lines
132 B
C
8 lines
132 B
C
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
#ifndef _S390_SECTIONS_H
|
||
|
#define _S390_SECTIONS_H
|
||
|
|
||
|
#include <asm-generic/sections.h>
|
||
|
|
||
|
#endif
|