Subversion Repositories Kolibri OS

Rev

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

Rev 5629 Rev 6078
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: 5629 $
8
$Revision: 6078 $
9
 
9
 
10
 align 4
10
 align 4
11
__exports:
11
__exports:
Line 117... Line 117...
117
          usb_normal_transfer_async, 'USBNormalTransferAsync', \
117
          usb_normal_transfer_async, 'USBNormalTransferAsync', \
118
          usb_control_async,     'USBControlTransferAsync', \
118
          usb_control_async,     'USBControlTransferAsync', \
119
          usb_get_param,         'USBGetParam',        \
119
          usb_get_param,         'USBGetParam',        \
120
          usb_hc_func,           'USBHCFunc',          \
120
          usb_hc_func,           'USBHCFunc',          \
121
\
121
\
122
          NET_add_device,        'NetRegDev',          \
122
          net_add_device,        'NetRegDev',          \
123
          NET_remove_device,     'NetUnRegDev',        \
123
          net_remove_device,     'NetUnRegDev',        \
124
          NET_ptr_to_num,        'NetPtrToNum',        \
124
          net_ptr_to_num,        'NetPtrToNum',        \
125
          NET_link_changed,      'NetLinkChanged',     \
125
          net_link_changed,      'NetLinkChanged',     \
126
          ETH_input,             'EthInput',           \
126
          eth_input,             'EthInput',           \
127
          NET_BUFF_alloc,        'NetAlloc',           \
127
          net_buff_alloc,        'NetAlloc',           \
128
          NET_BUFF_free,         'NetFree',            \
128
          net_buff_free,         'NetFree',            \
129
\
129
\
130
          get_pcidev_list,       'GetPCIList',         \
130
          get_pcidev_list,       'GetPCIList',         \
131
\
131
\
132
          0,                     'LFBAddress' ; must be the last one
132
          0,                     'LFBAddress' ; must be the last one
133
load kernel_exports_count dword from __exports + 24
133
load kernel_exports_count dword from __exports + 24