summaryrefslogtreecommitdiffstats
path: root/private/ntos/nthals/haldti/mips/x86bios.h
blob: c52a96fea063ddb8d5b86c8606bf7bf17bdef1c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
//
// This file simply includes the main code from the haltyne directory after
// undef'ed NT_UP if necessary.
//


#if defined(NT_UP)
#undef NT_UP
#endif

#include "..\haltyne\mips\x86bios.h"