Use #include "XXX.h" for module internal header files.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6330 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8 2008-10-31 04:32:02 +00:00
parent a0f1b047fa
commit 47fc17d8a9
29 changed files with 91 additions and 91 deletions

View File

@ -13,7 +13,7 @@
**/ **/
#include <BaseLibInternals.h> #include "BaseLibInternals.h"
/** /**
Calculate the sum of all elements in a buffer in unit of UINT8. Calculate the sum of all elements in a buffer in unit of UINT8.

View File

@ -12,7 +12,7 @@
**/ **/
#include <BaseLibInternals.h> #include "BaseLibInternals.h"
/** /**

View File

@ -12,7 +12,7 @@
**/ **/
#include <BaseLibInternals.h> #include "BaseLibInternals.h"
extern extern
UINT64 UINT64

View File

@ -15,7 +15,7 @@
**/ **/
#include <BaseLibInternals.h> #include "BaseLibInternals.h"
/** /**
Saves the current CPU context that can be restored with a call to LongJump() and returns 0. Saves the current CPU context that can be restored with a call to LongJump() and returns 0.

View File

@ -12,7 +12,7 @@
**/ **/
#include <BaseLibInternals.h> #include "BaseLibInternals.h"
/** /**
Transfers control to a function starting with a new stack. Transfers control to a function starting with a new stack.

View File

@ -12,7 +12,7 @@
**/ **/
#include <BaseLibInternals.h> #include "BaseLibInternals.h"
/** /**
Disables the 32-bit paging mode on the CPU. Disables the 32-bit paging mode on the CPU.

View File

@ -12,7 +12,7 @@
**/ **/
#include <BaseLibInternals.h> #include "BaseLibInternals.h"
/** /**
Worker function that Divides a 64-bit signed integer by a 64-bit signed integer and Worker function that Divides a 64-bit signed integer by a 64-bit signed integer and

View File

@ -12,7 +12,7 @@
**/ **/
#include <BaseLibInternals.h> #include "BaseLibInternals.h"
/** /**
Enables the 32-bit paging mode on the CPU. Enables the 32-bit paging mode on the CPU.

View File

@ -13,7 +13,7 @@
**/ **/
#include <BaseLibInternals.h> #include "BaseLibInternals.h"
/** /**

View File

@ -13,7 +13,7 @@
**/ **/
#include <BaseLibInternals.h> #include "BaseLibInternals.h"
/** /**

View File

@ -12,7 +12,7 @@
**/ **/
#include <BaseLibInternals.h> #include "BaseLibInternals.h"
/** /**
Transfers control to a function starting with a new stack. Transfers control to a function starting with a new stack.

View File

@ -13,7 +13,7 @@
**/ **/
#include <BaseLibInternals.h> #include "BaseLibInternals.h"
/** /**

View File

@ -13,7 +13,7 @@
**/ **/
#include <BaseLibInternals.h> #include "BaseLibInternals.h"
/** /**

View File

@ -13,7 +13,7 @@
**/ **/
#include <BaseLibInternals.h> #include "BaseLibInternals.h"
/** /**

View File

@ -13,7 +13,7 @@
**/ **/
#include <BaseLibInternals.h> #include "BaseLibInternals.h"
/** /**
Worker function that checks ASSERT condition for JumpBuffer Worker function that checks ASSERT condition for JumpBuffer

View File

@ -1,5 +1,5 @@
#include <BaseLibInternals.h> #include "BaseLibInternals.h"
;------------------------------------------------------------------------------ ;------------------------------------------------------------------------------
; ;

View File

@ -13,7 +13,7 @@
**/ **/
#include <BaseLibInternals.h> #include "BaseLibInternals.h"
/** /**

View File

@ -13,7 +13,7 @@
**/ **/
#include <BaseLibInternals.h> #include "BaseLibInternals.h"
/** /**
Writes the current Interrupt Descriptor Table Register(GDTR) descriptor. Writes the current Interrupt Descriptor Table Register(GDTR) descriptor.

View File

@ -13,7 +13,7 @@
**/ **/
#include <BaseLibInternals.h> #include "BaseLibInternals.h"
/** /**
Generates a breakpoint on the CPU. Generates a breakpoint on the CPU.

View File

@ -13,7 +13,7 @@
**/ **/
#include <BaseLibInternals.h> #include "BaseLibInternals.h"
#pragma intrinsic (_enable) #pragma intrinsic (_enable)
#pragma intrinsic (_disable) #pragma intrinsic (_disable)

View File

@ -12,7 +12,7 @@
**/ **/
#include <BaseLibInternals.h> #include "BaseLibInternals.h"
/** /**
Transfers control to a function starting with a new stack. Transfers control to a function starting with a new stack.

View File

@ -12,7 +12,7 @@
**/ **/
#include <BaseLibInternals.h> #include "BaseLibInternals.h"
/** /**
Reads a 16-bit value from memory that may be unaligned. Reads a 16-bit value from memory that may be unaligned.

View File

@ -12,7 +12,7 @@
**/ **/
#include <BaseLibInternals.h> #include "BaseLibInternals.h"
/** /**
Transfers control to a function starting with a new stack. Transfers control to a function starting with a new stack.

View File

@ -13,7 +13,7 @@
**/ **/
#include <BaseLibInternals.h> #include "BaseLibInternals.h"
/** /**

View File

@ -1,5 +1,5 @@
#include <BaseLibInternals.h> #include "BaseLibInternals.h"
;------------------------------------------------------------------------------ ;------------------------------------------------------------------------------
; ;

View File

@ -13,7 +13,7 @@
**/ **/
#include <BaseLibInternals.h> #include "BaseLibInternals.h"
/** /**

View File

@ -13,7 +13,7 @@
**/ **/
#include <BaseLibInternals.h> #include "BaseLibInternals.h"
/** /**

View File

@ -13,7 +13,7 @@
**/ **/
#include <BaseLibInternals.h> #include "BaseLibInternals.h"
// //