- Added KeSaveFloatingPoint and KeRestoreFloatingPointState to the old

ddk so win32k can use them.

svn path=/trunk/; revision=8651
This commit is contained in:
David Welch 2004-03-11 21:42:01 +00:00
parent 2f596c1ce8
commit 060aa03ca6

View file

@ -4,6 +4,16 @@
/* KERNEL FUNCTIONS ********************************************************/
NTSTATUS
STDCALL
KeRestoreFloatingPointState(
IN PKFLOATING_SAVE FloatSave);
NTSTATUS
STDCALL
KeSaveFloatingPointState(
OUT PKFLOATING_SAVE FloatSave);
#ifndef KeFlushIoBuffers
#define KeFlushIoBuffers(Mdl, ReadOperation, DmaOperation)
#endif