mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 15:21:32 +00:00
bus header files must include dev.h to get struct dev.
This commit is contained in:
parent
e0a8ee385e
commit
9183f2412e
@ -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"
|
||||
|
||||
/*
|
||||
|
@ -2,6 +2,7 @@
|
||||
#define EISA_H
|
||||
|
||||
#include "isa_ids.h"
|
||||
#include "dev.h"
|
||||
|
||||
/*
|
||||
* EISA constants
|
||||
|
@ -8,6 +8,9 @@
|
||||
#ifndef MCA_H
|
||||
#define MCA_H
|
||||
|
||||
#include "isa_ids.h"
|
||||
#include "dev.h"
|
||||
|
||||
/*
|
||||
* MCA constants
|
||||
*
|
||||
@ -19,7 +22,6 @@
|
||||
#define MCA_POS_REG(n) (0x100+(n))
|
||||
|
||||
/* Is there a standard that would define this? */
|
||||
#include "isa_ids.h"
|
||||
#define GENERIC_MCA_VENDOR ISA_VENDOR ( 'M', 'C', 'A' )
|
||||
|
||||
/*
|
||||
|
@ -23,6 +23,7 @@
|
||||
|
||||
#include "stdint.h"
|
||||
#include "pci_ids.h"
|
||||
#include "dev.h"
|
||||
|
||||
/*
|
||||
* PCI constants
|
||||
|
Loading…
Reference in New Issue
Block a user