You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
362 B
27 lines
362 B
/*++
|
|
|
|
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
|
|
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
|
|
);
|
|
|
|
|