mirror of https://github.com/acidanthera/audk.git
Change VOID into VOID * in function header
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@650 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
939d540699
commit
eb6f775856
|
@ -24,8 +24,8 @@
|
||||||
.code
|
.code
|
||||||
|
|
||||||
;------------------------------------------------------------------------------
|
;------------------------------------------------------------------------------
|
||||||
; VOID
|
; VOID *
|
||||||
; EFIAPI
|
; EFIAPI
|
||||||
; AsmFlushCacheLine (
|
; AsmFlushCacheLine (
|
||||||
; IN VOID *LinearAddress
|
; IN VOID *LinearAddress
|
||||||
; );
|
; );
|
||||||
|
|
Loading…
Reference in New Issue