2011-11-30 07:33:55 +00:00
|
|
|
/*
|
2016-02-06 03:30:11 +00:00
|
|
|
* U-Boot - linkage.h
|
2011-11-30 07:33:55 +00:00
|
|
|
*
|
|
|
|
* Copyright (c) 2005-2007 Analog Devices Inc.
|
|
|
|
*
|
2013-07-08 07:37:19 +00:00
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
2011-11-30 07:33:55 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __ASM_LINKAGE_H
|
|
|
|
#define __ASM_LINKAGE_H
|
|
|
|
|
|
|
|
#endif
|