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

version 1.2, 2007/10/16 20:18:56 version 1.3, 2007/10/16 20:31:29
Line 7 
Line 7 
 #include <dev/fcons/fconsvar.h>  #include <dev/fcons/fconsvar.h>
   
 struct tacons_dd {  struct tacons_dd {
         struct consoleops td_consops;          uint32_t                        td_ioaddr;      /* I/O addr */
           struct consoleops       td_consops;
 };  };
   
 #endif /* _ARCH_TESTARM_DEV_TACONSVAR_H */  #endif /* _ARCH_TESTARM_DEV_TACONSVAR_H */

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

CVSweb