xref: /openbmc/linux/arch/ia64/include/asm/vermagic.h (revision 31e67366)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright (C) 2003 Hewlett-Packard Co
4  *	David Mosberger-Tang <davidm@hpl.hp.com>
5  */
6 
7 #ifndef _ASM_VERMAGIC_H
8 #define _ASM_VERMAGIC_H
9 
10 #include <linux/stringify.h>
11 
12 #define MODULE_ARCH_VERMAGIC	"ia64" \
13 	"gcc-" __stringify(__GNUC__) "." __stringify(__GNUC_MINOR__)
14 
15 #endif /* _ASM_VERMAGIC_H */
16