28 lines
319 B
C
28 lines
319 B
C
|
/*++
|
||
|
|
||
|
Copyright (c) 2000 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
PpLastGood.h
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
This header exposed various routines needed for last known good processing
|
||
|
in the IO subsystem.
|
||
|
|
||
|
Author:
|
||
|
|
||
|
Adrian J. Oney - April 4, 2000
|
||
|
|
||
|
Revision History:
|
||
|
|
||
|
--*/
|
||
|
|
||
|
VOID
|
||
|
PpLastGoodDoBootProcessing(
|
||
|
VOID
|
||
|
);
|
||
|
|
||
|
|