mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 21:11:03 +03:00
Moved definition of __shared into compiler.h
This commit is contained in:
@@ -48,7 +48,6 @@
|
||||
#include "pci.h"
|
||||
#include "timer.h"
|
||||
#include "mii.h"
|
||||
#include "shared.h"
|
||||
|
||||
#define drv_version "v1.12"
|
||||
#define drv_date "2004-03-21"
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
#include "pci.h"
|
||||
#include "timer.h"
|
||||
#include "string.h"
|
||||
#include "shared.h"
|
||||
#include "tg3.h"
|
||||
|
||||
#define SUPPORT_COPPER_PHY 1
|
||||
|
||||
Reference in New Issue
Block a user