Subversion Repositories Kolibri OS

Rev

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

Rev 9055 Rev 9185
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: 9055 $
8
$Revision: 9185 $
9
 
9
 
10
 align 4
10
 align 4
11
__exports:
11
__exports:
Line 121... Line 121...
121
          usb_normal_transfer_async, 'USBNormalTransferAsync', \
121
          usb_normal_transfer_async, 'USBNormalTransferAsync', \
122
          usb_control_async,     'USBControlTransferAsync', \
122
          usb_control_async,     'USBControlTransferAsync', \
123
          usb_get_param,         'USBGetParam',        \
123
          usb_get_param,         'USBGetParam',        \
124
          usb_hc_func,           'USBHCFunc',          \
124
          usb_hc_func,           'USBHCFunc',          \
125
\
125
\
126
          file_system_lfn_protected, 'FS_Service',     \      ; The intrakernel function of working with the file system is exported.
126
\         ; The intrakernel function of working with the file system.
127
\                                                             ; Duplicates system call 70.
127
\         ; Duplicates system call 70.
-
 
128
          file_system_lfn_protected_registers, 'FS_Service', \
128
\
129
\
129
          net_add_device,        'NetRegDev',          \
130
          net_add_device,        'NetRegDev',          \
130
          net_remove_device,     'NetUnRegDev',        \
131
          net_remove_device,     'NetUnRegDev',        \
131
          net_ptr_to_num,        'NetPtrToNum',        \
132
          net_ptr_to_num,        'NetPtrToNum',        \
132
          net_link_changed,      'NetLinkChanged',     \
133
          net_link_changed,      'NetLinkChanged',     \