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

Diff for /funnyos/arch/testarm/dev/taconsvar.h between version 1.1 and 1.5

version 1.1, 2007/10/16 09:41:04 version 1.5, 2007/10/16 21:33:36
Line 4 
Line 4 
 #ifndef _ARCH_TESTARM_DEV_TACONSVAR_H  #ifndef _ARCH_TESTARM_DEV_TACONSVAR_H
 #define _ARCH_TESTARM_DEV_TACONSVAR_H  #define _ARCH_TESTARM_DEV_TACONSVAR_H
   
   #include <sys/bus.h>
   #include <dev/fcons/fconsvar.h>
   
   struct tacons_dd {
           struct bus_handle       *td_bhp;
           uint32_t                        td_ioaddr;      /* I/O addr */
   
           struct fcons_handle td_fh;
   };
   
 #endif /* _ARCH_TESTARM_DEV_TACONSVAR_H */  #endif /* _ARCH_TESTARM_DEV_TACONSVAR_H */
   

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

CVSweb