mirror of
https://github.com/ipxe/ipxe
synced 2025-12-24 15:23:42 +03:00
bus header files must include dev.h to get struct dev.
This commit is contained in:
@@ -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' )
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user