~vcs-imports/qemu/git

« back to all changes in this revision

Viewing changes to hw/eeprom93xx.h

  • 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:
21
21
#ifndef EEPROM93XX_H
22
22
#define EEPROM93XX_H
23
23
 
 
24
#include "vl.h"
 
25
 
24
26
typedef struct _eeprom_t eeprom_t;
25
27
 
26
28
/* Create a new EEPROM with (nwords * 2) bytes. */