]> git.proxmox.com Git - mirror_edk2.git/commit - IntelFrameworkPkg/Include/Ppi/Security.h
code clean up for Security.h.
authorrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 2 Jul 2009 05:58:27 +0000 (05:58 +0000)
committerrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 2 Jul 2009 05:58:27 +0000 (05:58 +0000)
commitbadb54ab92ec4c7c529e5817ade689c902a4fc3e
tree975b106fedca5c0aab0a2cafbeb7dba6f3784887
parentc715423427f1df58c456a73aa226b4305108fc85
code clean up for Security.h.

1. Incorrect comment style preceding _EFI_PEI_SECURITY_PPI.  The comments in the file have the format used to describe a function, and should have the format for a structure.
2.  Latest PEI CIS (0.91) indicates the param should be:
IN OUT BOOLEAN     *DeferExecution
whereas in the H file it's:
IN OUT BOOLEAN     *StartCrisisRecovery

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8719 6f19259b-4bc3-4df7-8a09-765794883524
IntelFrameworkPkg/Include/Ppi/Security.h