aboutsummaryrefslogtreecommitdiff
path: root/src/drv/ps1/cd/private_include
diff options
context:
space:
mode:
Diffstat (limited to 'src/drv/ps1/cd/private_include')
-rw-r--r--src/drv/ps1/cd/private_include/drv/ps1/cd/routines.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/drv/ps1/cd/private_include/drv/ps1/cd/routines.h b/src/drv/ps1/cd/private_include/drv/ps1/cd/routines.h
index 0b756de..9870445 100644
--- a/src/drv/ps1/cd/private_include/drv/ps1/cd/routines.h
+++ b/src/drv/ps1/cd/private_include/drv/ps1/cd/routines.h
@@ -27,10 +27,10 @@
int drv_ps1_cd_send(const struct cmd *cmd);
int drv_ps1_cd_getstat(void);
-int drv_ps1_cd_read(void *buf, size_t n, off_t offset,
- const struct drv_event_done *done, void *args);
-int drv_ps1_cd_write(const void *buf, size_t n,
- const struct drv_event_done *done, void *args);
+int drv_ps1_cd_read(struct drv_port *p, void *buf, size_t n, off_t offset,
+ const struct drv_event_done *done);
+int drv_ps1_cd_write(struct drv_port *p, const void *buf, size_t n,
+ const struct drv_event_done *done);
int drv_ps1_cd_next(void);
struct CdAsyncSeekL drv_ps1_cd_toseekl(unsigned i);