forked from rrcarlosr/Jetpack
13 lines
176 B
C
13 lines
176 B
C
|
/*
|
||
|
* U-Boot - linkage.h
|
||
|
*
|
||
|
* Copyright (c) 2005-2007 Analog Devices Inc.
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
#ifndef __ASM_LINKAGE_H
|
||
|
#define __ASM_LINKAGE_H
|
||
|
|
||
|
#endif
|