forked from Minki/linux
6 lines
71 B
C
6 lines
71 B
C
|
#ifdef __i386__
|
||
|
#include "stub_32.h"
|
||
|
#else
|
||
|
#include "stub_64.h"
|
||
|
#endif
|