PCI: Fix and delegate bridge initialization on Dell riser machines
This commit is contained in:
@@ -722,6 +722,8 @@ extern int machine_at_vectra54_init(const machine_t *);
|
||||
extern int machine_at_5sbm2_init(const machine_t *);
|
||||
|
||||
/* m_at_socket7.c */
|
||||
extern void machine_at_optiplex_21152_init(void);
|
||||
|
||||
extern int machine_at_acerv35n_init(const machine_t *);
|
||||
extern int machine_at_p55t2p4_init(const machine_t *);
|
||||
extern int machine_at_m7shi_init(const machine_t *);
|
||||
|
||||
@@ -283,6 +283,7 @@ extern void pci_init(int flags);
|
||||
|
||||
/* PCI bridge stuff. */
|
||||
extern void pci_bridge_set_ctl(void *priv, uint8_t ctl);
|
||||
extern uint8_t pci_bridge_get_bus_index(void *priv);
|
||||
|
||||
#ifdef EMU_DEVICE_H
|
||||
extern const device_t dec21150_device;
|
||||
|
||||
Reference in New Issue
Block a user