diff --git a/reactos/include/ddk/kefuncs.h b/reactos/include/ddk/kefuncs.h index cf820069b8b..9171e14bd56 100644 --- a/reactos/include/ddk/kefuncs.h +++ b/reactos/include/ddk/kefuncs.h @@ -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