Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 338 → Rev 339

/programs/network/autodhcp/trunk/ETH.INC
93,6 → 93,13
int 0x40
}
 
macro eth.set_network_drv conf {
mov ecx,conf
mov ebx,2
mov eax,52
int 0x40
}
 
macro eth.open_udp local,remote,ip,socket {
mov ecx, local
mov edx, remote