Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / arch / x86 / um / shared / sysdep / faultinfo.h
blob4390803e07a10d53ba81d7750263e49f850b7fda
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifdef __i386__
3 #include "faultinfo_32.h"
4 #else
5 #include "faultinfo_64.h"
6 #endif