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
Linux 5.6.13
[linux/fpc-iii.git]
/
arch
/
hexagon
/
include
/
asm
/
module.h
blob
e8de4fe035438ed9ed20c6b01588175b6fd75cce
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
/*
3
* Copyright (c) 2010-2011, The Linux Foundation. All rights reserved.
4
*/
5
6
#ifndef _ASM_MODULE_H
7
#define _ASM_MODULE_H
8
9
#include <asm-generic/module.h>
10
11
#define MODULE_ARCH_VERMAGIC __stringify(PROCESSOR_MODEL_NAME)
" "
12
13
#endif