]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commit
scsi: keep AIC DMA helpers static
authorStefan Reinauer <stefan.reinauer@coreboot.org>
Sun, 31 May 2026 02:55:27 +0000 (19:55 -0700)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Sun, 31 May 2026 07:33:15 +0000 (00:33 -0700)
commit8dc01ee6d8a185bb8ec6779d6bb5302ae68fb56d
treee9160f1cfac85a379d43f54e1c5b51490d7e2a4b
parentf538d9bdea825c855bfa3bad491dbc0335d4a819
scsi: keep AIC DMA helpers static

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.
scsi.cpp