/[gxemul]/trunk/src/include/device.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/device.h

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

revision 11 by dpavlin, Mon Oct 8 16:18:00 2007 UTC revision 12 by dpavlin, Mon Oct 8 16:18:38 2007 UTC
# Line 28  Line 28 
28   *  SUCH DAMAGE.   *  SUCH DAMAGE.
29   *   *
30   *   *
31   *  $Id: device.h,v 1.7 2005/02/26 16:53:32 debug Exp $   *  $Id: device.h,v 1.9 2005/08/05 09:11:49 debug Exp $
32   *   *
33   *  Device registry.  (See device.c for more info.)   *  Device registry.  (See device.c for more info.)
34   */   */
# Line 39  struct machine; Line 39  struct machine;
39    
40  struct devinit {  struct devinit {
41          struct machine  *machine;          struct machine  *machine;
42          char            *name;          char            *name;          /*  e.g. "cons"  */
43            char            *name2;         /*  e.g. "secondary serial port"  */
44    
45          uint64_t        addr;          uint64_t        addr;           /*  Device base address  */
46          uint64_t        len;          uint64_t        len;
47          int             irq_nr;          int             irq_nr;
48            int             in_use;
49          int             addr_mult;          int             addr_mult;
50    
51          void            *return_ptr;          void            *return_ptr;

Legend:
Removed from v.11  
changed lines
  Added in v.12

  ViewVC Help
Powered by ViewVC 1.1.26