summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Pi
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-04 09:37:28 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-04 09:37:28 +0000
commited66e1bc0d2be0a185fc47adab4930c3b7e2767f (patch)
tree5709b407529f37f5a069d36ec5a0d3b04db9c3ba /MdePkg/Include/Pi
parent1f3a753ee68ac1c7a620e8064fdda718cf413761 (diff)
downloadedk2-platforms-ed66e1bc0d2be0a185fc47adab4930c3b7e2767f.tar.xz
clean up the un-suitable ';' location when declaring the functions.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5820 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Pi')
-rw-r--r--MdePkg/Include/Pi/PiDxeCis.h51
1 files changed, 17 insertions, 34 deletions
diff --git a/MdePkg/Include/Pi/PiDxeCis.h b/MdePkg/Include/Pi/PiDxeCis.h
index 81c973917a..8a7954054e 100644
--- a/MdePkg/Include/Pi/PiDxeCis.h
+++ b/MdePkg/Include/Pi/PiDxeCis.h
@@ -183,8 +183,7 @@ EFI_STATUS
IN EFI_PHYSICAL_ADDRESS BaseAddress,
IN UINT64 Length,
IN UINT64 Capabilities
- )
-;
+ );
/**
Allocates nonexistent memory, reserved memory, system memory, or memorymapped
@@ -226,8 +225,7 @@ EFI_STATUS
IN OUT EFI_PHYSICAL_ADDRESS *BaseAddress,
IN EFI_HANDLE ImageHandle,
IN EFI_HANDLE DeviceHandle OPTIONAL
- )
-;
+ );
/**
Frees nonexistent memory, reserved memory, system memory, or memory-mapped
@@ -252,8 +250,7 @@ EFI_STATUS
(EFIAPI *EFI_FREE_MEMORY_SPACE)(
IN EFI_PHYSICAL_ADDRESS BaseAddress,
IN UINT64 Length
- )
-;
+ );
/**
Removes reserved memory, system memory, or memory-mapped I/O resources from
@@ -281,8 +278,7 @@ EFI_STATUS
(EFIAPI *EFI_REMOVE_MEMORY_SPACE)(
IN EFI_PHYSICAL_ADDRESS BaseAddress,
IN UINT64 Length
- )
-;
+ );
/**
Retrieves the descriptor for a memory region containing a specified address.
@@ -301,8 +297,7 @@ EFI_STATUS
(EFIAPI *EFI_GET_MEMORY_SPACE_DESCRIPTOR)(
IN EFI_PHYSICAL_ADDRESS BaseAddress,
OUT EFI_GCD_MEMORY_SPACE_DESCRIPTOR *Descriptor
- )
-;
+ );
/**
Modifies the attributes for a memory region in the global coherency domain of the
@@ -330,8 +325,7 @@ EFI_STATUS
IN EFI_PHYSICAL_ADDRESS BaseAddress,
IN UINT64 Length,
IN UINT64 Attributes
- )
-;
+ );
/**
Returns a map of the memory resources in the global coherency domain of the
@@ -353,8 +347,7 @@ EFI_STATUS
(EFIAPI *EFI_GET_MEMORY_SPACE_MAP)(
OUT UINTN *NumberOfDescriptors,
OUT EFI_GCD_MEMORY_SPACE_DESCRIPTOR **MemorySpaceMap
- )
-;
+ );
/**
Adds reserved I/O or I/O resources to the global coherency domain of the processor.
@@ -386,8 +379,7 @@ EFI_STATUS
IN EFI_GCD_IO_TYPE GcdIoType,
IN EFI_PHYSICAL_ADDRESS BaseAddress,
IN UINT64 Length
- )
-;
+ );
/**
Allocates nonexistent I/O, reserved I/O, or I/O resources from the global coherency
@@ -423,8 +415,7 @@ EFI_STATUS
IN OUT EFI_PHYSICAL_ADDRESS *BaseAddress,
IN EFI_HANDLE ImageHandle,
IN EFI_HANDLE DeviceHandle OPTIONAL
- )
-;
+ );
/**
Frees nonexistent I/O, reserved I/O, or I/O resources from the global coherency
@@ -449,8 +440,7 @@ EFI_STATUS
(EFIAPI *EFI_FREE_IO_SPACE)(
IN EFI_PHYSICAL_ADDRESS BaseAddress,
IN UINT64 Length
- )
-;
+ );
/**
Removes reserved I/O or I/O resources from the global coherency domain of the
@@ -480,8 +470,7 @@ EFI_STATUS
(EFIAPI *EFI_REMOVE_IO_SPACE)(
IN EFI_PHYSICAL_ADDRESS BaseAddress,
IN UINT64 Length
- )
-;
+ );
/**
Retrieves the descriptor for an I/O region containing a specified address.
@@ -500,8 +489,7 @@ EFI_STATUS
(EFIAPI *EFI_GET_IO_SPACE_DESCRIPTOR)(
IN EFI_PHYSICAL_ADDRESS BaseAddress,
OUT EFI_GCD_IO_SPACE_DESCRIPTOR *Descriptor
- )
-;
+ );
/**
Returns a map of the I/O resources in the global coherency domain of the processor.
@@ -523,8 +511,7 @@ EFI_STATUS
(EFIAPI *EFI_GET_IO_SPACE_MAP)(
OUT UINTN *NumberOfDescriptors,
OUT EFI_GCD_IO_SPACE_DESCRIPTOR **IoSpaceMap
- )
-;
+ );
@@ -548,8 +535,7 @@ typedef
EFI_STATUS
(EFIAPI *EFI_DISPATCH)(
VOID
- )
-;
+ );
/**
Clears the Schedule on Request (SOR) flag for a component that is stored in a firmware volume.
@@ -567,8 +553,7 @@ EFI_STATUS
(EFIAPI *EFI_SCHEDULE)(
IN EFI_HANDLE FirmwareVolumeHandle,
IN CONST EFI_GUID *FileName
- )
-;
+ );
/**
Promotes a file stored in a firmware volume from the untrusted to the trusted state.
@@ -586,8 +571,7 @@ EFI_STATUS
(EFIAPI *EFI_TRUST)(
IN EFI_HANDLE FirmwareVolumeHandle,
IN CONST EFI_GUID *FileName
- )
-;
+ );
/**
Creates a firmware volume handle for a firmware volume that is present in system memory.
@@ -613,8 +597,7 @@ EFI_STATUS
IN CONST VOID *FirmwareVolumeHeader,
IN UINTN Size,
OUT EFI_HANDLE *FirmwareVolumeHandle
- )
-;
+ );
//
// DXE Services Table