mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
377 B
20 lines
377 B
/******************************
|
|
Intel Confidential
|
|
******************************/
|
|
|
|
// MACH
|
|
#include "ki.h"
|
|
|
|
/*****************************/
|
|
/* Processor's Global State */
|
|
/*****************************/
|
|
#include "fetypes.h"
|
|
|
|
#ifdef GAMBIT
|
|
|
|
EM_uint_t GLOBAL_MERCED_RTL=0;
|
|
oml_handles_FR_type oml_FR_handles;
|
|
EM_uint_t GLOBAL_EAS23 =0;
|
|
|
|
#endif
|
|
|