repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git]
/
include
/
uapi
/
linux
/
module.h
blob
38da4258b12ffc5404381fd905921724daa182a0
1
#ifndef _UAPI_LINUX_MODULE_H
2
#define _UAPI_LINUX_MODULE_H
3
4
/* Flags for sys_finit_module: */
5
#define MODULE_INIT_IGNORE_MODVERSIONS 1
6
#define MODULE_INIT_IGNORE_VERMAGIC 2
7
8
#endif
/* _UAPI_LINUX_MODULE_H */