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

version 1.1, 2007/10/16 09:41:04 version 1.2, 2007/10/16 19:09:34
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/bus.h>  #include <sys/types.h>
   
 /* XXX notused? */  struct obio_dd {
           uint8_t         od_locked;              /* lock flag */
           uint8_t         od_ndevices;    /* number of attached devices */
   };
   
 #endif /* _ARCH_TESTARM_DEV_OBIOVAR_H */  #endif /* _ARCH_TESTARM_DEV_OBIOVAR_H */
   

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

CVSweb