forked from KolibriOS/kolibrios
Re-enabled network2 events.
git-svn-id: svn://kolibrios.org@3388 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
2ee8f5d296
commit
de440713d1
@ -292,15 +292,11 @@ stack_handler:
|
|||||||
align 4
|
align 4
|
||||||
NET_link_changed:
|
NET_link_changed:
|
||||||
|
|
||||||
ret
|
DEBUGF 1,"NET_link_changed device=0x%x status=0x%x\n", ebx, [ebx + NET_DEVICE.state]
|
||||||
|
|
||||||
DEBUGF 1,"NET_link_changed: %x\n", ebx
|
|
||||||
|
|
||||||
align 4
|
align 4
|
||||||
NET_send_event:
|
NET_send_event:
|
||||||
|
|
||||||
ret
|
|
||||||
|
|
||||||
DEBUGF 1,"NET_send_event\n"
|
DEBUGF 1,"NET_send_event\n"
|
||||||
|
|
||||||
; Send event to all applications
|
; Send event to all applications
|
||||||
|
Loading…
Reference in New Issue
Block a user