Author: tkreuzer Date: Fri Aug 29 20:42:03 2008 New Revision: 35781
URL: http://svn.reactos.org/svn/reactos?rev=35781&view=rev Log: define some fastcall functions to the normal functions on amd64
Modified: branches/ros-amd64-bringup/reactos/drivers/network/ndis/include/ndissys.h
Modified: branches/ros-amd64-bringup/reactos/drivers/network/ndis/include/ndissys.h URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/driver... ============================================================================== --- branches/ros-amd64-bringup/reactos/drivers/network/ndis/include/ndissys.h [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/drivers/network/ndis/include/ndissys.h [iso-8859-1] Fri Aug 29 20:42:03 2008 @@ -515,6 +515,13 @@ PULONG TotalCpuTime, PULONG ProcessorNumber);
+/* portability fixes */ +#ifdef _M_AMD64 +#define KfReleaseSpinLock KeReleaseSpinLock +#define KefAcquireSpinLockAtDpcLevel KeAcquireSpinLockAtDpcLevel +#define KefReleaseSpinLockFromDpcLevel KeReleaseSpinLockFromDpcLevel +#endif + #endif /* __NDISSYS_H */
/* EOF */