mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-16 17:58:23 +00:00
13 lines
278 B
C
13 lines
278 B
C
|
/*
|
||
|
* Copyright (C) 2004, 2007-2010, 2011-2015 Synopsys, Inc. All rights reserved.
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
#ifndef __ASM_ARC_LINKAGE_H
|
||
|
#define __ASM_ARC_LINKAGE_H
|
||
|
|
||
|
#define ASM_NL ` /* use '`' to mark new line in macro */
|
||
|
|
||
|
#endif /* __ASM_ARC_LINKAGE_H */
|