~vcs-imports/qemu/git

« back to all changes in this revision

Viewing changes to hw/cdrom.c

  • Committer: ths
  • Date: 2007-10-08 12:45:38 UTC
  • Revision ID: git-v1:450d4ff553af32fc9d83fef20d7106b0151526b8
CRIS disassembler, originally from binutils, by Edgar E. Iglesias.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3356 c046a42c-6fe2-441c-8c8c-71466251a162

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
/* ??? Most of the ATAPI emulation is still in ide.c.  It should be moved
26
26
   here.  */
27
27
 
28
 
#include "qemu-common.h"
29
 
#include "scsi-disk.h"
 
28
#include <vl.h>
30
29
 
31
30
static void lba_to_msf(uint8_t *buf, int lba)
32
31
{