Subversion Repositories Kolibri OS

Rev

Rev 8703 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8703 Rev 9012
Line 41... Line 41...
41
    
41
    
42
 
42
 
Line 43... Line 43...
43
    add_struct.a = 43;
43
    add_struct.a = 43;
44
    add_struct.b = 532;
44
    add_struct.b = 532;
45
    
45
    
46
    ksys_drv_ctl_t ioctl;
46
    ksys_ioctl_t ioctl;
47
    ioctl.func_num = DRV_ADD_FUNC;
47
    ioctl.func_num = DRV_ADD_FUNC;
48
    ioctl.handler = drv;
48
    ioctl.handler = drv;