~ubuntu-branches/ubuntu/saucy/seabios/saucy-proposed

« back to all changes in this revision

Viewing changes to src/blockcmd.h

  • Committer: Package Import Robot
  • Author(s): Michael Tokarev
  • Date: 2013-07-08 21:34:44 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20130708213444-6ed9q23j39x143lu
Tags: 1.7.3-1
Multi-Arch: allowed

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
 
114
114
int scsi_is_ready(struct disk_op_s *op);
115
115
struct drive_s;
116
 
int scsi_init_drive(struct drive_s *drive, const char *s, int prio);
 
116
int scsi_drive_setup(struct drive_s *drive, const char *s, int prio);
117
117
 
118
118
#endif // blockcmd.h