Patch to remove STATIC modifier. This is on longer recommended by EFI Framework coding style. All duplicated symbols has been renamed accordingly.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6296 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -22,8 +22,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
// them in the snp structure because we will not know which snp structure
|
||||
// in the callback context!
|
||||
//
|
||||
STATIC BOOLEAN mInitializeLock = TRUE;
|
||||
STATIC EFI_LOCK mLock;
|
||||
BOOLEAN mInitializeLock = TRUE;
|
||||
EFI_LOCK mLock;
|
||||
|
||||
//
|
||||
// End Global variables
|
||||
|
@@ -20,7 +20,6 @@ Revision history:
|
||||
|
||||
#include "Snp.h"
|
||||
|
||||
STATIC
|
||||
/**
|
||||
this routine calls undi to get the status of the interrupts, get the list of
|
||||
transmit buffers that completed transmitting!
|
||||
|
@@ -30,7 +30,6 @@ Revision history:
|
||||
|
||||
|
||||
**/
|
||||
STATIC
|
||||
EFI_STATUS
|
||||
pxe_ip2mac (
|
||||
IN SNP_DRIVER *snp,
|
||||
|
@@ -31,7 +31,6 @@ Revision history:
|
||||
|
||||
|
||||
**/
|
||||
STATIC
|
||||
EFI_STATUS
|
||||
pxe_nvdata_read (
|
||||
IN SNP_DRIVER *snp,
|
||||
|
@@ -39,7 +39,6 @@ Revision history:
|
||||
|
||||
|
||||
**/
|
||||
STATIC
|
||||
EFI_STATUS
|
||||
pxe_receive (
|
||||
SNP_DRIVER *snp,
|
||||
|
@@ -33,7 +33,6 @@ Revision history:
|
||||
|
||||
|
||||
**/
|
||||
STATIC
|
||||
EFI_STATUS
|
||||
pxe_rcvfilter_enable (
|
||||
SNP_DRIVER *snp,
|
||||
@@ -121,7 +120,6 @@ pxe_rcvfilter_enable (
|
||||
|
||||
|
||||
**/
|
||||
STATIC
|
||||
EFI_STATUS
|
||||
pxe_rcvfilter_disable (
|
||||
SNP_DRIVER *snp,
|
||||
@@ -195,7 +193,6 @@ pxe_rcvfilter_disable (
|
||||
|
||||
|
||||
**/
|
||||
STATIC
|
||||
EFI_STATUS
|
||||
pxe_rcvfilter_read (
|
||||
SNP_DRIVER *snp
|
||||
|
@@ -30,7 +30,6 @@ Revision history:
|
||||
@return other for failed calls
|
||||
|
||||
**/
|
||||
STATIC
|
||||
EFI_STATUS
|
||||
pxe_reset (
|
||||
SNP_DRIVER *snp
|
||||
|
@@ -242,7 +242,6 @@ del_v2p (
|
||||
return EFI_NOT_FOUND;
|
||||
}
|
||||
|
||||
STATIC
|
||||
EFI_STATUS
|
||||
issue_hwundi_command (
|
||||
UINT64 cdb
|
||||
@@ -280,7 +279,6 @@ Returns:
|
||||
@return If ptr is NULL or len is zero, zero is returned.
|
||||
|
||||
**/
|
||||
STATIC
|
||||
UINT8
|
||||
calc_8bit_cksum (
|
||||
VOID *ptr,
|
||||
|
@@ -103,7 +103,6 @@ pxe_get_stn_addr (
|
||||
|
||||
|
||||
**/
|
||||
STATIC
|
||||
EFI_STATUS
|
||||
pxe_set_stn_addr (
|
||||
SNP_DRIVER *snp,
|
||||
|
@@ -38,7 +38,6 @@ Revision history:
|
||||
@retval Other error return from undi call.
|
||||
|
||||
**/
|
||||
STATIC
|
||||
EFI_STATUS
|
||||
pxe_fillheader (
|
||||
SNP_DRIVER *snp,
|
||||
@@ -151,7 +150,6 @@ pxe_fillheader (
|
||||
@retval Other error return from undi call.
|
||||
|
||||
**/
|
||||
STATIC
|
||||
EFI_STATUS
|
||||
pxe_transmit (
|
||||
SNP_DRIVER *snp,
|
||||
|
Reference in New Issue
Block a user