mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 03:08:31 +00:00
13 lines
202 B
C
13 lines
202 B
C
|
/*
|
||
|
* Copyright (c) 2012 The Chromium OS Authors.
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
#ifndef __ASM_XTENSA_SECTIONS_H
|
||
|
#define __ASM_XTENSA_SECTIONS_H
|
||
|
|
||
|
#include <asm-generic/sections.h>
|
||
|
|
||
|
#endif
|