mirror of https://github.com/acidanthera/audk.git
filename renaming to meet coding style.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6371 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
9727163329
commit
e9f9d09a69
|
@ -15,7 +15,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
//
|
//
|
||||||
// private header files
|
// private header files
|
||||||
//
|
//
|
||||||
#include "plDebugSupport.h"
|
#include "PlDebugSupport.h"
|
||||||
|
|
||||||
//
|
//
|
||||||
// This is a global that is the actual interface
|
// This is a global that is the actual interface
|
||||||
|
|
|
@ -35,22 +35,22 @@
|
||||||
DebugSupport.c
|
DebugSupport.c
|
||||||
|
|
||||||
[Sources.Ia32]
|
[Sources.Ia32]
|
||||||
Ia32/plDebugSupport.c
|
Ia32/PlDebugSupport.c
|
||||||
Ia32/plDebugSupport.h
|
Ia32/PlDebugSupport.h
|
||||||
Ia32/AsmFuncs.S
|
Ia32/AsmFuncs.S
|
||||||
Ia32/AsmFuncs.asm
|
Ia32/AsmFuncs.asm
|
||||||
|
|
||||||
[Sources.X64]
|
[Sources.X64]
|
||||||
X64/plDebugSupport.c
|
X64/PlDebugSupport.c
|
||||||
X64/plDebugSupport.h
|
X64/PlDebugSupport.h
|
||||||
X64/AsmFuncs.S
|
X64/AsmFuncs.S
|
||||||
X64/AsmFuncs.asm
|
X64/AsmFuncs.asm
|
||||||
|
|
||||||
[Sources.IPF]
|
[Sources.IPF]
|
||||||
Ipf/plDebugSupport.h
|
Ipf/PlDebugSupport.h
|
||||||
Ipf/plDebugSupport.c
|
Ipf/PlDebugSupport.c
|
||||||
Ipf/Ds64Macros.i
|
Ipf/Ds64Macros.i
|
||||||
Ipf/common.i
|
Ipf/Common.i
|
||||||
Ipf/AsmFuncs.s
|
Ipf/AsmFuncs.s
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
//
|
//
|
||||||
// private header files
|
// private header files
|
||||||
//
|
//
|
||||||
#include "plDebugSupport.h"
|
#include "PlDebugSupport.h"
|
||||||
|
|
||||||
//
|
//
|
||||||
// This the global main table to keep track of the interrupts
|
// This the global main table to keep track of the interrupts
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
///
|
///
|
||||||
|
|
||||||
|
|
||||||
#include "common.i"
|
#include "Common.i"
|
||||||
#include "Ds64Macros.i"
|
#include "Ds64Macros.i"
|
||||||
|
|
||||||
.globl PatchSaveBuffer
|
.globl PatchSaveBuffer
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
/// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
/// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
||||||
/// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
/// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
///
|
///
|
||||||
/// Module Name: common.i
|
/// Module Name: Common.i
|
||||||
///
|
///
|
||||||
///
|
///
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
//
|
//
|
||||||
// private header files
|
// private header files
|
||||||
//
|
//
|
||||||
#include "plDebugSupport.h"
|
#include "PlDebugSupport.h"
|
||||||
|
|
||||||
BOOLEAN mInHandler = FALSE;
|
BOOLEAN mInHandler = FALSE;
|
||||||
|
|
||||||
|
|
|
@ -80,7 +80,7 @@ Returns:
|
||||||
;
|
;
|
||||||
|
|
||||||
//
|
//
|
||||||
// Assembly worker functions and data referenced from plDebugSupport.c
|
// Assembly worker functions and data referenced from PlDebugSupport.c
|
||||||
//
|
//
|
||||||
VOID *
|
VOID *
|
||||||
GetIva (
|
GetIva (
|
||||||
|
|
|
@ -15,7 +15,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
//
|
//
|
||||||
// private header files
|
// private header files
|
||||||
//
|
//
|
||||||
#include "plDebugSupport.h"
|
#include "PlDebugSupport.h"
|
||||||
|
|
||||||
//
|
//
|
||||||
// This the global main table to keep track of the interrupts
|
// This the global main table to keep track of the interrupts
|
||||||
|
|
Loading…
Reference in New Issue