Subversion Repositories Kolibri OS

Rev

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

Rev 2130 Rev 2142
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2007. 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: 2130 $
8
$Revision: 2142 $
9
 
9
 
10
 
10
 
Line 165... Line 165...
165
  dd szstrncmp         , strncmp
165
  dd szstrncmp         , strncmp
166
  dd szStrnlen         , strnlen
166
  dd szStrnlen         , strnlen
167
  dd szStrchr          , strchr
167
  dd szStrchr          , strchr
168
  dd szStrrchr         , strrchr
168
  dd szStrrchr         , strrchr
Line -... Line 169...
-
 
169
 
-
 
170
  dd szDiskAdd         , disk_add
-
 
171
  dd szDiskDel         , disk_del
-
 
172
  dd szDiskMediaChanged, disk_media_changed
-
 
173
 
-
 
174
  dd szTimerHS         , timer_hs
-
 
175
  dd szCancelTimerHS   , cancel_timer_hs
169
 
176
 
170
exp_lfb:
177
exp_lfb:
171
  dd szLFBAddress      , 0
178
  dd szLFBAddress      , 0
Line 172... Line 179...
172
  dd 0                      ;terminator, must be zero
179
  dd 0                      ;terminator, must be zero