[BACK]Return to obiovar.h CVS log [TXT][DIR] Up to [local] / funnyos / arch / testarm / dev

Diff for /funnyos/arch/testarm/dev/obiovar.h between version 1.1 and 1.3

version 1.1, 2007/10/16 09:41:04 version 1.3, 2007/10/16 19:17:00
Line 4 
Line 4 
 #ifndef _ARCH_TESTARM_DEV_OBIOVAR_H  #ifndef _ARCH_TESTARM_DEV_OBIOVAR_H
 #define _ARCH_TESTARM_DEV_OBIOVAR_H  #define _ARCH_TESTARM_DEV_OBIOVAR_H
   
   #include <sys/types.h>
 #include <sys/bus.h>  #include <sys/bus.h>
   
 /* XXX notused? */  
   struct obio_dd {
           uint8_t         od_locked;              /* lock flag */
           uint8_t         od_ndevices;    /* number of attached devices */
   
           /* bus_handle */
           struct bus_handle od_bh;
   };
   
 #endif /* _ARCH_TESTARM_DEV_OBIOVAR_H */  #endif /* _ARCH_TESTARM_DEV_OBIOVAR_H */
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.3

CVSweb