Gitiles
Code Review
Sign In
review.coreboot.org
/
seabios
/
7a39e72d86326d30b4caaf8d6244967e3ca8adad
/
.
/
src
/
esp-scsi.h
blob: dc555f3950d8e8c597e89fbed128a12bcd2e1194 [
file
] [
log
] [
blame
]
Paolo Bonzini
7a39e72
2012-08-06 13:15:06 +0200
[
diff
] [
blame^
]
1
#ifndef
__ESP_SCSI_H
2
#define
__ESP_SCSI_H
3
4
struct
disk_op_s
;
5
int
esp_scsi_cmd_data
(
struct
disk_op_s
*
op
,
void
*
cdbcmd
,
u16 blocksize
);
6
void
esp_scsi_setup
(
void
);
7
8
#endif
/* __ESP_SCSI_H */