Subversion Repositories Kolibri OS

Rev

Rev 5363 | Rev 5787 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5363 Rev 5522
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2015. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2015. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 5363 $
8
$Revision: 5522 $
9
 
9
 
10
 align 4
10
 align 4
11
__exports:
11
__exports:
Line 120... Line 120...
120
\
120
\
121
          NET_add_device,        'NetRegDev',          \
121
          NET_add_device,        'NetRegDev',          \
122
          NET_remove_device,     'NetUnRegDev',        \
122
          NET_remove_device,     'NetUnRegDev',        \
123
          NET_ptr_to_num,        'NetPtrToNum',        \
123
          NET_ptr_to_num,        'NetPtrToNum',        \
124
          NET_link_changed,      'NetLinkChanged',     \
124
          NET_link_changed,      'NetLinkChanged',     \
125
          ETH_input,             'Eth_input',          \
125
          ETH_input,             'EthInput',           \
-
 
126
          NET_BUFF_alloc,        'NetAlloc',           \
-
 
127
          NET_BUFF_free,         'NetFree',            \
126
\
128
\
127
          get_pcidev_list,       'GetPCIList',         \
129
          get_pcidev_list,       'GetPCIList',         \
128
\
130
\
129
          0,                     'LFBAddress' ; must be the last one
131
          0,                     'LFBAddress' ; must be the last one
130
load kernel_exports_count dword from __exports + 24
132
load kernel_exports_count dword from __exports + 24