mirror of
https://github.com/revyos/th1520-vendor-uboot.git
synced 2026-07-16 13:15:29 +02:00
13 lines
221 B
C
13 lines
221 B
C
/*
|
|
* Copyright (C) 2017-2020 Alibaba Group Holding Limited
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
#ifndef __ASM_SECTIONS_H
|
|
#define __ASM_SECTIONS_H
|
|
|
|
#include <asm-generic/sections.h>
|
|
|
|
#endif /* __ASM_SECTIONS_H */
|