The AIC DMA helpers are only used in scsi.cpp. Keep the forward
declarations static so they match the definitions and avoid exporting
private symbols.
}
}
-uae_u8 aic_bget_dma(struct soft_scsi *scsi, bool *phaseerr);
-void aic_bput_dma(struct soft_scsi *scsi, uae_u8 v, bool *phaseerr);
+static uae_u8 aic_bget_dma(struct soft_scsi *scsi, bool *phaseerr);
+static void aic_bput_dma(struct soft_scsi *scsi, uae_u8 v, bool *phaseerr);
static void hardframe_do_dma(struct soft_scsi *ncr)
{