Subversion Repositories Kolibri OS

Rev

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

Rev 3771 Rev 3774
Line 49... Line 49...
49
proc attach_int_handler stdcall, irq:dword, handler:dword, user_data:dword
49
proc attach_int_handler stdcall, irq:dword, handler:dword, user_data:dword
50
         locals
50
         locals
51
           .irqh dd ?
51
           .irqh dd ?
52
         endl
52
         endl
Line -... Line 53...
-
 
53
 
-
 
54
        DEBUGF  1, "K : Attach Interrupt %d Handler %x\n", [irq], [handler]
53
 
55
 
Line 54... Line 56...
54
        and     [.irqh], 0
56
        and     [.irqh], 0
Line 55... Line 57...
55
 
57