mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
- Added KeSaveFloatingPoint and KeRestoreFloatingPointState to the old
ddk so win32k can use them. svn path=/trunk/; revision=8651
This commit is contained in:
parent
2f596c1ce8
commit
060aa03ca6
1 changed files with 10 additions and 0 deletions
|
@ -4,6 +4,16 @@
|
||||||
|
|
||||||
/* KERNEL FUNCTIONS ********************************************************/
|
/* KERNEL FUNCTIONS ********************************************************/
|
||||||
|
|
||||||
|
NTSTATUS
|
||||||
|
STDCALL
|
||||||
|
KeRestoreFloatingPointState(
|
||||||
|
IN PKFLOATING_SAVE FloatSave);
|
||||||
|
|
||||||
|
NTSTATUS
|
||||||
|
STDCALL
|
||||||
|
KeSaveFloatingPointState(
|
||||||
|
OUT PKFLOATING_SAVE FloatSave);
|
||||||
|
|
||||||
#ifndef KeFlushIoBuffers
|
#ifndef KeFlushIoBuffers
|
||||||
#define KeFlushIoBuffers(Mdl, ReadOperation, DmaOperation)
|
#define KeFlushIoBuffers(Mdl, ReadOperation, DmaOperation)
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue