mirror of https://gitee.com/openkylin/linux.git
6 lines
81 B
C
6 lines
81 B
C
|
#ifdef __i386__
|
||
|
#include "faultinfo_32.h"
|
||
|
#else
|
||
|
#include "faultinfo_64.h"
|
||
|
#endif
|