Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 773 → Rev 774

/kernel/trunk/drivers/uart.asm
278,7 → 278,7
mov eax, edi
call uart_reset.internal ;eax= uart
 
stdcall AttachIntHandler, COM_1_IRQ, com_1_isr
stdcall AttachIntHandler, COM_1_IRQ, com_1_isr, dword 0
stdcall RegService, sz_uart_srv, service_proc
ret
.fail: