Subversion Repositories Kolibri OS

Rev

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

Rev 3820 Rev 3937
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2012. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2012. 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: 3820 $
8
$Revision: 3937 $
9
 
9
 
10
iglobal
10
iglobal
11
  szKernel            db 'KERNEL', 0
11
  szKernel            db 'KERNEL', 0
Line 100... Line 100...
100
          strnlen,               'strnlen',            \
100
          strnlen,               'strnlen',            \
101
          strchr,                'strchr',             \
101
          strchr,                'strchr',             \
102
          strrchr,               'strrchr',            \
102
          strrchr,               'strrchr',            \
103
\
103
\
104
          timer_hs,              'TimerHS',            \
104
          timer_hs,              'TimerHS',            \
-
 
105
          timer_hs,              'TimerHs',            \      ; shit happens
105
          cancel_timer_hs,       'CancelTimerHS',      \
106
          cancel_timer_hs,       'CancelTimerHS',      \
106
\
107
\
107
          reg_usb_driver,        'RegUSBDriver',       \
108
          reg_usb_driver,        'RegUSBDriver',       \
108
          usb_open_pipe,         'USBOpenPipe',        \
109
          usb_open_pipe,         'USBOpenPipe',        \
109
          usb_close_pipe,        'USBClosePipe',       \
110
          usb_close_pipe,        'USBClosePipe',       \