/*++

Copyright (c) 1997  Microsoft Corporation

Module Name:

    safeboot.h

Abstract:

    Header for module to determine what boot mode the system was boot into.

Author:

    Colin Brace         (ColinBr)    May 27, 1997.

Environment:

    User mode

Revision History:

--*/

NTSTATUS
LsapCheckBootMode(
    VOID
    );
                        

