Linux Audio

Check our new training course

Loading...
v6.2
 1/* SPDX-License-Identifier: GPL-2.0 */
 2#ifndef _ASM_S390_ASM_CONST_H
 3#define _ASM_S390_ASM_CONST_H
 4
 5#ifdef __ASSEMBLY__
 6#  define stringify_in_c(...)	__VA_ARGS__
 7#else
 8/* This version of stringify will deal with commas... */
 9#  define __stringify_in_c(...)	#__VA_ARGS__
10#  define stringify_in_c(...)	__stringify_in_c(__VA_ARGS__) " "
11#endif
12#endif /* _ASM_S390_ASM_CONST_H */
v6.13.7
 1/* SPDX-License-Identifier: GPL-2.0 */
 2#ifndef _ASM_S390_ASM_CONST_H
 3#define _ASM_S390_ASM_CONST_H
 4
 5#ifdef __ASSEMBLY__
 6#  define stringify_in_c(...)	__VA_ARGS__
 7#else
 8/* This version of stringify will deal with commas... */
 9#  define __stringify_in_c(...)	#__VA_ARGS__
10#  define stringify_in_c(...)	__stringify_in_c(__VA_ARGS__) " "
11#endif
12#endif /* _ASM_S390_ASM_CONST_H */