/[gxemul]/trunk/src/include/diskimage.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/src/include/diskimage.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 6 by dpavlin, Mon Oct 8 16:18:11 2007 UTC revision 14 by dpavlin, Mon Oct 8 16:18:51 2007 UTC
# Line 28  Line 28 
28   *  SUCH DAMAGE.   *  SUCH DAMAGE.
29   *   *
30   *   *
31   *  $Id: diskimage.h,v 1.28 2005/05/25 06:40:19 debug Exp $   *  $Id: diskimage.h,v 1.29 2005/09/27 23:55:46 debug Exp $
32   *   *
33   *  Generic disk image functions.  (See diskimage.c for more info.)   *  Generic disk image functions.  (See diskimage.c for more info.)
34   */   */
# Line 116  int diskimage_scsicommand(struct cpu *cp Line 116  int diskimage_scsicommand(struct cpu *cp
116          struct scsi_transfer *);          struct scsi_transfer *);
117  int diskimage_access(struct machine *machine, int id, int type, int writeflag,  int diskimage_access(struct machine *machine, int id, int type, int writeflag,
118          off_t offset, unsigned char *buf, size_t len);          off_t offset, unsigned char *buf, size_t len);
119  int diskimage_exist(struct machine *machine, int scsi_id, int type);  int diskimage_exist(struct machine *machine, int id, int type);
120  int diskimage_bootdev(struct machine *machine, int *typep);  int diskimage_bootdev(struct machine *machine, int *typep);
121  int diskimage_add(struct machine *machine, char *fname);  int diskimage_add(struct machine *machine, char *fname);
122    int diskimage_getname(struct machine *machine, int id, int type,
123            char *buf, size_t bufsize);
124  int diskimage_is_a_cdrom(struct machine *machine, int id, int type);  int diskimage_is_a_cdrom(struct machine *machine, int id, int type);
125  int diskimage_is_a_tape(struct machine *machine, int id, int type);  int diskimage_is_a_tape(struct machine *machine, int id, int type);
126  void diskimage_dump_info(struct machine *machine);  void diskimage_dump_info(struct machine *machine);

Legend:
Removed from v.6  
changed lines
  Added in v.14

  ViewVC Help
Powered by ViewVC 1.1.26