bcm64: use uvlong for ISAConf.port
This commit is contained in:
parent
c7d9da8f5a
commit
142bb6d5cf
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ extern int normalprint;
|
|||
|
||||
struct ISAConf {
|
||||
char *type;
|
||||
ulong port;
|
||||
uvlong port;
|
||||
int irq;
|
||||
ulong dma;
|
||||
ulong mem;
|
||||
|
|
Loading…
Reference in a new issue