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.
|
; Push the received ethernet packet onto the ethernet input queue.
|
||||||
;
|
;
|
||||||
; Input:
|
; Input:
|
||||||
; [esp + 4] = Pointer to buffer
|
; [esp] = Pointer to buffer
|
||||||
; [esp + 8] = Return address (yes, really)
|
; [esp + 4] = Return address (yes, really)
|
||||||
;
|
;
|
||||||
; Example:
|
; Example:
|
||||||
; push .retaddr
|
; push .retaddr
|
||||||
|
Loading…
Reference in New Issue
Block a user