9 lines
173 B
C
9 lines
173 B
C
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
|
#ifndef _ASM_SW64_SECTIONS_H
|
||
|
|
#define _ASM_SW64_SECTIONS_H
|
||
|
|
|
||
|
|
/* nothing to see, move along */
|
||
|
|
#include <asm-generic/sections.h>
|
||
|
|
|
||
|
|
#endif
|