Author: pschweitzer Date: Tue Mar 15 19:45:43 2011 New Revision: 51057
URL: http://svn.reactos.org/svn/reactos?rev=51057&view=rev Log: [NDK] Define HAL_IRQ_TRANSLATOR_VERSION constant
[NTOSKRNL] When needed, use HAL_IRQ_TRANSLATOR_VERSION from NDK and don't define it locally
Modified: trunk/reactos/include/ndk/haltypes.h trunk/reactos/ntoskrnl/fstub/translate.c
Modified: trunk/reactos/include/ndk/haltypes.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/ndk/haltypes.h?rev=... ============================================================================== --- trunk/reactos/include/ndk/haltypes.h [iso-8859-1] (original) +++ trunk/reactos/include/ndk/haltypes.h [iso-8859-1] Tue Mar 15 19:45:43 2011 @@ -270,8 +270,13 @@ // extern PUCHAR NTHALAPI KdComPortInUse;
-#endif -#endif - - - +// +// HAL Constants +// +#define HAL_IRQ_TRANSLATOR_VERSION 0x0 + +#endif +#endif + + +
Modified: trunk/reactos/ntoskrnl/fstub/translate.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/fstub/translate.c?... ============================================================================== --- trunk/reactos/ntoskrnl/fstub/translate.c [iso-8859-1] (original) +++ trunk/reactos/ntoskrnl/fstub/translate.c [iso-8859-1] Tue Mar 15 19:45:43 2011 @@ -11,8 +11,6 @@ #include <ntoskrnl.h> #define NDEBUG #include <debug.h> - -#define HAL_IRQ_TRANSLATOR_VERSION 0x0
/* PRIVATE FUNCTIONS *********************************************************/