mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix MALTA64 build.
This commit is contained in:
parent
540247e8c1
commit
fe7d6b6e69
1 changed files with 2 additions and 2 deletions
|
|
@ -109,8 +109,8 @@ struct gt_pci_softc {
|
|||
struct rman sc_mem_rman;
|
||||
struct rman sc_io_rman;
|
||||
struct rman sc_irq_rman;
|
||||
uint32_t sc_mem;
|
||||
uint32_t sc_io;
|
||||
unsigned long sc_mem;
|
||||
bus_space_handle_t sc_io;
|
||||
|
||||
struct resource *sc_irq;
|
||||
struct intr_event *sc_eventstab[ICU_LEN];
|
||||
|
|
|
|||
Loading…
Reference in a new issue