[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.2 and 1.3

version 1.2, 2007/10/16 19:09:34 version 1.3, 2007/10/16 19:17:00
Line 5 
Line 5 
 #define _ARCH_TESTARM_DEV_OBIOVAR_H  #define _ARCH_TESTARM_DEV_OBIOVAR_H
   
 #include <sys/types.h>  #include <sys/types.h>
   #include <sys/bus.h>
   
   
 struct obio_dd {  struct obio_dd {
         uint8_t         od_locked;              /* lock flag */          uint8_t         od_locked;              /* lock flag */
         uint8_t         od_ndevices;    /* number of attached devices */          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.2  
changed lines
  Added in v.1.3

CVSweb