repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
arch
/
arc
/
include
/
asm
/
vermagic.h
blob
a10257d2c62c8ecef0b3136d5478fa22ec8719dc
1
/* SPDX-License-Identifier: GPL-2.0 */
2
3
#ifndef _ASM_VERMAGIC_H
4
#define _ASM_VERMAGIC_H
5
6
#define MODULE_ARCH_VERMAGIC
"ARC700"
7
8
#endif
/* _ASM_VERMAGIC_H */