/[qemu]/qemu/hw/m48t59.h
ViewVC logotype

Diff of /qemu/hw/m48t59.h

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

revision 1.4 by bellard, Mon Jun 21 16:49:53 2004 UTC revision 1.5 by bellard, Sun Oct 30 16:58:32 2005 UTC
# Line 3  Line 3 
3    
4  typedef struct m48t59_t m48t59_t;  typedef struct m48t59_t m48t59_t;
5    
6  void m48t59_write (m48t59_t *NVRAM, uint32_t val);  void m48t59_write (m48t59_t *NVRAM, uint32_t addr, uint32_t val);
7  uint32_t m48t59_read (m48t59_t *NVRAM);  uint32_t m48t59_read (m48t59_t *NVRAM, uint32_t addr);
 void m48t59_set_addr (m48t59_t *NVRAM, uint32_t addr);  
8  void m48t59_toggle_lock (m48t59_t *NVRAM, int lock);  void m48t59_toggle_lock (m48t59_t *NVRAM, int lock);
9  m48t59_t *m48t59_init (int IRQ, uint32_t io_base,  m48t59_t *m48t59_init (int IRQ, target_ulong mem_base,
10                         uint32_t mem_base, uint16_t size);                         uint32_t io_base, uint16_t size,
11                           int type);
12    
13  #endif /* !defined (__M48T59_H__) */  #endif /* !defined (__M48T59_H__) */

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26