Linux Foundation Collaborative Projects
index
:
kvmfornfv
master
stable/brahmaputra
stable/colorado
stable/danube
stable/euphrates
Grokmirror user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
arch
/
x86
/
um
/
shared
/
sysdep
/
faultinfo.h
blob: 862ecb1c7781b2aac00c24fbe86d8594f2ed9025 (
plain
)
1
2
3
4
5
#ifdef __i386__
#include
"faultinfo_32.h"
#else
#include
"faultinfo_64.h"
#endif