summaryrefslogtreecommitdiffstats
path: root/qemu/roms/seabios/src/hw/megasas.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/roms/seabios/src/hw/megasas.h')
-rw-r--r--qemu/roms/seabios/src/hw/megasas.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu/roms/seabios/src/hw/megasas.h b/qemu/roms/seabios/src/hw/megasas.h
index 124042e1c..ed0e4f096 100644
--- a/qemu/roms/seabios/src/hw/megasas.h
+++ b/qemu/roms/seabios/src/hw/megasas.h
@@ -2,7 +2,7 @@
#define __MEGASAS_H
struct disk_op_s;
-int megasas_cmd_data(struct disk_op_s *op, void *cdbcmd, u16 blocksize);
+int megasas_process_op(struct disk_op_s *op);
void megasas_setup(void);
#endif /* __MEGASAS_H */