|
@@ -715,6 +715,7 @@ typedef struct {
|
|
|
void proc_ide_create(void);
|
|
|
void proc_ide_destroy(void);
|
|
|
void ide_proc_register_port(ide_hwif_t *);
|
|
|
+void ide_proc_port_register_devices(ide_hwif_t *);
|
|
|
void ide_proc_unregister_port(ide_hwif_t *);
|
|
|
void ide_proc_register_driver(ide_drive_t *, ide_driver_t *);
|
|
|
void ide_proc_unregister_driver(ide_drive_t *, ide_driver_t *);
|
|
@@ -747,6 +748,7 @@ void ide_pci_create_host_proc(const char *, get_info_t *);
|
|
|
static inline void proc_ide_create(void) { ; }
|
|
|
static inline void proc_ide_destroy(void) { ; }
|
|
|
static inline void ide_proc_register_port(ide_hwif_t *hwif) { ; }
|
|
|
+static inline void ide_proc_port_register_devices(ide_hwif_t *hwif) { ; }
|
|
|
static inline void ide_proc_unregister_port(ide_hwif_t *hwif) { ; }
|
|
|
static inline void ide_proc_register_driver(ide_drive_t *drive, ide_driver_t *driver) { ; }
|
|
|
static inline void ide_proc_unregister_driver(ide_drive_t *drive, ide_driver_t *driver) { ; }
|