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
of: MSI: Simplify irqdomain lookup
[linux/fpc-iii.git]
/
arch
/
mips
/
include
/
uapi
/
asm
/
hwcap.h
blob
c7484a7ca686d30571e4fc760b0407b4c8780282
1
#ifndef _UAPI_ASM_HWCAP_H
2
#define _UAPI_ASM_HWCAP_H
3
4
/* HWCAP flags */
5
#define HWCAP_MIPS_R6 (1 << 0)
6
#define HWCAP_MIPS_MSA (1 << 1)
7
8
#endif
/* _UAPI_ASM_HWCAP_H */