mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 05:21:49 +03:00
bus header files must include dev.h to get struct dev.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#include "etherboot.h"
|
||||
#include "dev.h"
|
||||
#include "io.h"
|
||||
#include "timer.h"
|
||||
#include "eisa.h"
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
*/
|
||||
|
||||
#include "etherboot.h"
|
||||
#include "dev.h"
|
||||
#include "io.h"
|
||||
#include "mca.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#include "etherboot.h"
|
||||
#include "dev.h"
|
||||
#include "pci.h"
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user