bus header files must include dev.h to get struct dev.

This commit is contained in:
Michael Brown
2005-04-14 14:26:28 +00:00
parent e0a8ee385e
commit 9183f2412e
6 changed files with 5 additions and 4 deletions

View File

@@ -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' )
/*