mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-23 13:44:33 +02:00
Add #ifndef statement for header file.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5296 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
bc88c688e4
commit
6d5794302b
@ -12,6 +12,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
|
||||
**/
|
||||
|
||||
#ifndef _E100B_H_
|
||||
#define _E100B_H_
|
||||
|
||||
// pci config offsets:
|
||||
|
||||
#define RX_BUFFER_COUNT 32
|
||||
@ -663,3 +666,6 @@ struct MC_CB_STRUCT{
|
||||
#pragma pack()
|
||||
|
||||
#define FOUR_GIGABYTE (UINT64)0x100000000ULL
|
||||
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user