summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ataintf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ataintf.h')
-rw-r--r--src/devices/machine/ataintf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ataintf.h b/src/devices/machine/ataintf.h
index d68e4d78340..8a9f05fb846 100644
--- a/src/devices/machine/ataintf.h
+++ b/src/devices/machine/ataintf.h
@@ -55,7 +55,7 @@ DECLARE_DEVICE_TYPE(ATA_SLOT, ata_slot_device)
#define MCFG_ATA_INTERFACE_DASP_HANDLER(_devcb) \
devcb = &downcast<abstract_ata_interface_device &>(*device).set_dasp_handler(DEVCB_##_devcb);
-SLOT_INTERFACE_EXTERN(ata_devices);
+void ata_devices(device_slot_interface &device);
/***************************************************************************
DEVICE CONFIGURATION MACROS