mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-23 21:54:27 +02:00
Clean up some externs
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10028 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
23cb7cb285
commit
37b91c49fc
@ -25,6 +25,7 @@
|
|||||||
EXPORT CPSRMaskInsert
|
EXPORT CPSRMaskInsert
|
||||||
EXPORT CPSRRead
|
EXPORT CPSRRead
|
||||||
EXPORT ReadCCSIDR
|
EXPORT ReadCCSIDR
|
||||||
|
EXPORT ReadCLIDR
|
||||||
|
|
||||||
AREA ArmLibSupport, CODE, READONLY
|
AREA ArmLibSupport, CODE, READONLY
|
||||||
|
|
||||||
|
@ -29,6 +29,7 @@
|
|||||||
EXPORT ArmDisableInstructionCache
|
EXPORT ArmDisableInstructionCache
|
||||||
EXPORT ArmEnableBranchPrediction
|
EXPORT ArmEnableBranchPrediction
|
||||||
EXPORT ArmDisableBranchPrediction
|
EXPORT ArmDisableBranchPrediction
|
||||||
|
EXPORT ArmV7AllDataCachesOperation
|
||||||
|
|
||||||
DC_ON EQU ( 0x1:SHL:2 )
|
DC_ON EQU ( 0x1:SHL:2 )
|
||||||
IC_ON EQU ( 0x1:SHL:12 )
|
IC_ON EQU ( 0x1:SHL:12 )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user