mirror of https://github.com/acidanthera/audk.git
Minor update some formating
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9136 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
16c5446fe3
commit
4009604f80
|
@ -1,5 +1,5 @@
|
|||
/** @file
|
||||
This ppi provide registering and unregistering services to status code consumers.
|
||||
This PPI provides registering and unregistering services to status code consumers.
|
||||
|
||||
Copyright (c) 2007 - 2009, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
|
@ -17,8 +17,7 @@
|
|||
|
||||
#define EFI_PEI_RSC_HANDLER_PPI_GUID \
|
||||
{ \
|
||||
0x65d394, 0x9951, 0x4144, \
|
||||
{0x82, 0xa3, 0xa, 0xfc, 0x85, 0x79, 0xc2, 0x51} \
|
||||
0x65d394, 0x9951, 0x4144, {0x82, 0xa3, 0xa, 0xfc, 0x85, 0x79, 0xc2, 0x51} \
|
||||
}
|
||||
|
||||
typedef
|
||||
|
|
Loading…
Reference in New Issue