Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _ASM_S390_ASM_CONST_H
0003 #define _ASM_S390_ASM_CONST_H
0004 
0005 #ifdef __ASSEMBLY__
0006 #  define stringify_in_c(...)   __VA_ARGS__
0007 #else
0008 /* This version of stringify will deal with commas... */
0009 #  define __stringify_in_c(...) #__VA_ARGS__
0010 #  define stringify_in_c(...)   __stringify_in_c(__VA_ARGS__) " "
0011 #endif
0012 #endif /* _ASM_S390_ASM_CONST_H */