[BACK]Return to skeleton_driver.c CVS log [TXT][DIR] Up to [local] / funnyos / other

Diff for /funnyos/other/skeleton_driver.c between version 1.1 and 1.2

version 1.1, 2007/11/15 15:05:30 version 1.2, 2007/11/19 10:20:52
Line 23 
Line 23 
   
   
 int  int
 XXX_attach(struct device *, uint32_t loc, uint8_t flags)  XXX_attach(struct device *self, uint32_t loc, uint8_t flags)
 {  {
         struct XXX_dd *ddp = self->dv_devdata;          struct XXX_dd *ddp = self->dv_devdata;
   

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

CVSweb