forked from KolibriOS/kolibrios
[KERNEL] Fix eth_input function documentation
git-svn-id: svn://kolibrios.org@9395 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
dde29ddf15
commit
79aa4c134d
@ -67,8 +67,8 @@ align 4
|
||||
; Push the received ethernet packet onto the ethernet input queue.
|
||||
;
|
||||
; Input:
|
||||
; [esp + 4] = Pointer to buffer
|
||||
; [esp + 8] = Return address (yes, really)
|
||||
; [esp] = Pointer to buffer
|
||||
; [esp + 4] = Return address (yes, really)
|
||||
;
|
||||
; Example:
|
||||
; push .retaddr
|
||||
|
Loading…
Reference in New Issue
Block a user