aboutsummaryrefslogtreecommitdiffstats
path: root/src/hw/pvscsi.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2015-07-07 12:35:34 -0400
committerKevin O'Connor <kevin@koconnor.net>2015-07-14 14:40:08 -0400
commit2dd08325fd65558527b44b94d52d8a19133cb875 (patch)
tree4515d70b779c9bd751dcf72089ebd9f84ae8379b /src/hw/pvscsi.h
parent113f5d272adad312c900ffe4c0ab7b70f76e2b96 (diff)
downloadseabios-2dd08325fd65558527b44b94d52d8a19133cb875.tar.gz
pvscsi: Handle pvscsi drives directly via 'struct disk_op_s' requests
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/hw/pvscsi.h')
-rw-r--r--src/hw/pvscsi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hw/pvscsi.h b/src/hw/pvscsi.h
index fde9f0b9..5af7dcb0 100644
--- a/src/hw/pvscsi.h
+++ b/src/hw/pvscsi.h
@@ -2,7 +2,7 @@
#define _PVSCSI_H_
struct disk_op_s;
-int pvscsi_cmd_data(struct disk_op_s *op, void *cdbcmd, u16 blocksize);
+int pvscsi_process_op(struct disk_op_s *op);
void pvscsi_setup(void);
#endif /* _PVSCSI_H_ */