mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-25 14:44:28 +02:00
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:
parent
a0f1b047fa
commit
47fc17d8a9
@ -13,7 +13,7 @@
|
||||
|
||||
**/
|
||||
|
||||
#include <BaseLibInternals.h>
|
||||
#include "BaseLibInternals.h"
|
||||
|
||||
/**
|
||||
Calculate the sum of all elements in a buffer in unit of UINT8.
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
**/
|
||||
|
||||
#include <BaseLibInternals.h>
|
||||
#include "BaseLibInternals.h"
|
||||
|
||||
|
||||
/**
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
**/
|
||||
|
||||
#include <BaseLibInternals.h>
|
||||
#include "BaseLibInternals.h"
|
||||
|
||||
extern
|
||||
UINT64
|
||||
|
@ -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.
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
**/
|
||||
|
||||
#include <BaseLibInternals.h>
|
||||
#include "BaseLibInternals.h"
|
||||
|
||||
/**
|
||||
Transfers control to a function starting with a new stack.
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
**/
|
||||
|
||||
#include <BaseLibInternals.h>
|
||||
#include "BaseLibInternals.h"
|
||||
|
||||
/**
|
||||
Disables the 32-bit paging mode on the CPU.
|
||||
|
@ -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
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
**/
|
||||
|
||||
#include <BaseLibInternals.h>
|
||||
#include "BaseLibInternals.h"
|
||||
|
||||
/**
|
||||
Enables the 32-bit paging mode on the CPU.
|
||||
|
@ -13,7 +13,7 @@
|
||||
**/
|
||||
|
||||
|
||||
#include <BaseLibInternals.h>
|
||||
#include "BaseLibInternals.h"
|
||||
|
||||
|
||||
/**
|
||||
|
@ -13,7 +13,7 @@
|
||||
**/
|
||||
|
||||
|
||||
#include <BaseLibInternals.h>
|
||||
#include "BaseLibInternals.h"
|
||||
|
||||
|
||||
/**
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
**/
|
||||
|
||||
#include <BaseLibInternals.h>
|
||||
#include "BaseLibInternals.h"
|
||||
|
||||
/**
|
||||
Transfers control to a function starting with a new stack.
|
||||
|
@ -13,7 +13,7 @@
|
||||
**/
|
||||
|
||||
|
||||
#include <BaseLibInternals.h>
|
||||
#include "BaseLibInternals.h"
|
||||
|
||||
|
||||
/**
|
||||
|
@ -13,7 +13,7 @@
|
||||
**/
|
||||
|
||||
|
||||
#include <BaseLibInternals.h>
|
||||
#include "BaseLibInternals.h"
|
||||
|
||||
|
||||
/**
|
||||
|
@ -13,7 +13,7 @@
|
||||
**/
|
||||
|
||||
|
||||
#include <BaseLibInternals.h>
|
||||
#include "BaseLibInternals.h"
|
||||
|
||||
|
||||
/**
|
||||
|
@ -13,7 +13,7 @@
|
||||
**/
|
||||
|
||||
|
||||
#include <BaseLibInternals.h>
|
||||
#include "BaseLibInternals.h"
|
||||
|
||||
/**
|
||||
Worker function that checks ASSERT condition for JumpBuffer
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
#include <BaseLibInternals.h>
|
||||
#include "BaseLibInternals.h"
|
||||
|
||||
;------------------------------------------------------------------------------
|
||||
;
|
||||
|
@ -13,7 +13,7 @@
|
||||
**/
|
||||
|
||||
|
||||
#include <BaseLibInternals.h>
|
||||
#include "BaseLibInternals.h"
|
||||
|
||||
|
||||
/**
|
||||
|
@ -13,7 +13,7 @@
|
||||
**/
|
||||
|
||||
|
||||
#include <BaseLibInternals.h>
|
||||
#include "BaseLibInternals.h"
|
||||
|
||||
/**
|
||||
Writes the current Interrupt Descriptor Table Register(GDTR) descriptor.
|
||||
|
@ -13,7 +13,7 @@
|
||||
**/
|
||||
|
||||
|
||||
#include <BaseLibInternals.h>
|
||||
#include "BaseLibInternals.h"
|
||||
|
||||
/**
|
||||
Generates a breakpoint on the CPU.
|
||||
|
@ -13,7 +13,7 @@
|
||||
**/
|
||||
|
||||
|
||||
#include <BaseLibInternals.h>
|
||||
#include "BaseLibInternals.h"
|
||||
|
||||
#pragma intrinsic (_enable)
|
||||
#pragma intrinsic (_disable)
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
**/
|
||||
|
||||
#include <BaseLibInternals.h>
|
||||
#include "BaseLibInternals.h"
|
||||
|
||||
/**
|
||||
Transfers control to a function starting with a new stack.
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
**/
|
||||
|
||||
#include <BaseLibInternals.h>
|
||||
#include "BaseLibInternals.h"
|
||||
|
||||
/**
|
||||
Reads a 16-bit value from memory that may be unaligned.
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
**/
|
||||
|
||||
#include <BaseLibInternals.h>
|
||||
#include "BaseLibInternals.h"
|
||||
|
||||
/**
|
||||
Transfers control to a function starting with a new stack.
|
||||
|
@ -13,7 +13,7 @@
|
||||
**/
|
||||
|
||||
|
||||
#include <BaseLibInternals.h>
|
||||
#include "BaseLibInternals.h"
|
||||
|
||||
|
||||
/**
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
#include <BaseLibInternals.h>
|
||||
#include "BaseLibInternals.h"
|
||||
|
||||
;------------------------------------------------------------------------------
|
||||
;
|
||||
|
@ -13,7 +13,7 @@
|
||||
**/
|
||||
|
||||
|
||||
#include <BaseLibInternals.h>
|
||||
#include "BaseLibInternals.h"
|
||||
|
||||
|
||||
/**
|
||||
|
@ -13,7 +13,7 @@
|
||||
**/
|
||||
|
||||
|
||||
#include <BaseLibInternals.h>
|
||||
#include "BaseLibInternals.h"
|
||||
|
||||
|
||||
/**
|
||||
|
@ -13,7 +13,7 @@
|
||||
**/
|
||||
|
||||
|
||||
#include <BaseLibInternals.h>
|
||||
#include "BaseLibInternals.h"
|
||||
|
||||
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user