mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-28 16:14:04 +02:00
Update to fix coding style bugs
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2758 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
8ab504f024
commit
42bc7f7771
@ -13,8 +13,8 @@
|
|||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#ifndef _DISK_IO_H_
|
#ifndef _DISK_IO_H
|
||||||
#define _DISK_IO_H_
|
#define _DISK_IO_H
|
||||||
|
|
||||||
#include <Uefi.h>
|
#include <Uefi.h>
|
||||||
#include <Protocol/BlockIo.h>
|
#include <Protocol/BlockIo.h>
|
||||||
|
@ -15,6 +15,8 @@
|
|||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
#ifndef _PARTITION_H
|
||||||
|
#define _PARTITION_H
|
||||||
|
|
||||||
#include <Uefi.h>
|
#include <Uefi.h>
|
||||||
#include <Protocol/BlockIo.h>
|
#include <Protocol/BlockIo.h>
|
||||||
@ -32,12 +34,6 @@
|
|||||||
#include <Library/UefiBootServicesTableLib.h>
|
#include <Library/UefiBootServicesTableLib.h>
|
||||||
#include <Library/DevicePathLib.h>
|
#include <Library/DevicePathLib.h>
|
||||||
|
|
||||||
//
|
|
||||||
// Driver Binding Externs
|
|
||||||
//
|
|
||||||
extern EFI_DRIVER_BINDING_PROTOCOL gPartitionDriverBinding;
|
|
||||||
extern EFI_COMPONENT_NAME_PROTOCOL gPartitionComponentName;
|
|
||||||
|
|
||||||
#include <IndustryStandard/Mbr.h>
|
#include <IndustryStandard/Mbr.h>
|
||||||
#include <IndustryStandard/ElTorito.h>
|
#include <IndustryStandard/ElTorito.h>
|
||||||
|
|
||||||
@ -192,3 +188,4 @@ EFI_STATUS
|
|||||||
IN EFI_DEVICE_PATH_PROTOCOL *DevicePath
|
IN EFI_DEVICE_PATH_PROTOCOL *DevicePath
|
||||||
);
|
);
|
||||||
|
|
||||||
|
#endif
|
||||||
|
@ -1,23 +1,16 @@
|
|||||||
/*++
|
/** @file
|
||||||
|
|
||||||
Copyright (c) 2006, Intel Corporation
|
|
||||||
All rights reserved. This program and the accompanying materials
|
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
|
||||||
which accompanies this distribution. The full text of the license may be found at
|
|
||||||
http://opensource.org/licenses/bsd-license.php
|
|
||||||
|
|
||||||
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
|
||||||
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|
||||||
|
|
||||||
Module Name:
|
|
||||||
|
|
||||||
SecurityStub.h
|
|
||||||
|
|
||||||
Abstract:
|
|
||||||
|
|
||||||
Some definitions for Security Architectural Protocol stub driver
|
Some definitions for Security Architectural Protocol stub driver
|
||||||
|
|
||||||
--*/
|
Copyright (c) 2006 - 2007, Intel Corporation
|
||||||
|
All rights reserved. This program and the accompanying materials
|
||||||
|
are licensed and made available under the terms and conditions of the BSD License
|
||||||
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
|
||||||
|
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
|
|
||||||
|
**/
|
||||||
|
|
||||||
#ifndef _SECURITY_STUB_ARCH_PROTOCOL_H
|
#ifndef _SECURITY_STUB_ARCH_PROTOCOL_H
|
||||||
#define _SECURITY_STUB_ARCH_PROTOCOL_H
|
#define _SECURITY_STUB_ARCH_PROTOCOL_H
|
||||||
@ -41,15 +34,13 @@ SecurityStubAuthenticateState (
|
|||||||
IN EFI_SECURITY_ARCH_PROTOCOL *This,
|
IN EFI_SECURITY_ARCH_PROTOCOL *This,
|
||||||
IN UINT32 AuthenticationStatus,
|
IN UINT32 AuthenticationStatus,
|
||||||
IN EFI_DEVICE_PATH_PROTOCOL *File
|
IN EFI_DEVICE_PATH_PROTOCOL *File
|
||||||
)
|
);
|
||||||
;
|
|
||||||
|
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
EFIAPI
|
EFIAPI
|
||||||
SecurityStubInitialize (
|
SecurityStubInitialize (
|
||||||
IN EFI_HANDLE ImageHandle,
|
IN EFI_HANDLE ImageHandle,
|
||||||
IN EFI_SYSTEM_TABLE *SystemTable
|
IN EFI_SYSTEM_TABLE *SystemTable
|
||||||
)
|
);
|
||||||
;
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user