[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.3 and 1.4

version 1.3, 2007/10/16 20:31:29 version 1.4, 2007/10/16 20:40:40
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>  #include <dev/fcons/fconsvar.h>
   
 struct tacons_dd {  struct tacons_dd {
           struct bus_handle       *td_bhp;
         uint32_t                        td_ioaddr;      /* I/O addr */          uint32_t                        td_ioaddr;      /* I/O addr */
   
         struct consoleops       td_consops;          struct consoleops       td_consops;
 };  };
   

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

CVSweb