diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-02-28 21:36:41 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-02-28 21:36:41 +0000 |
commit | 9542611a66227ceca062eec86d49e17aa79cbf90 (patch) | |
tree | f0e10f06ad4b7b15987d54e10184b287ffe5ce1a /vl.h | |
parent | c5be9f0898b92d0d6bfb458fd50fc170f4300361 (diff) |
DS1225Y nvram device, by Herve Poussineau.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2460 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'vl.h')
-rw-r--r-- | vl.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -941,6 +941,10 @@ int pmac_ide_init (BlockDriverState **hd_table, int cdrom_read_toc(int nb_sectors, uint8_t *buf, int msf, int start_track); int cdrom_read_toc_raw(int nb_sectors, uint8_t *buf, int msf, int session_num); +/* ds1225y.c */ +typedef struct ds1225y_t ds1225y_t; +ds1225y_t *ds1225y_init(target_ulong mem_base, const char *filename); + /* es1370.c */ int es1370_init (PCIBus *bus, AudioState *s); |