Subversion Repositories Kolibri OS

Rev

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

Rev 3397 Rev 3481
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: 3397 $
8
$Revision: 3481 $
Line 9... Line 9...
9
 
9
 
Line 333... Line 333...
333
          get_timer_ticks,       'GetTimerTicks',      \
333
          get_timer_ticks,       'GetTimerTicks',      \
334
          get_stack_base,        'GetStackBase',       \
334
          get_stack_base,        'GetStackBase',       \
335
          delay_hs,              'Delay',              \      ; ebx
335
          delay_hs,              'Delay',              \      ; ebx
336
          set_mouse_data,        'SetMouseData',       \      ;
336
          set_mouse_data,        'SetMouseData',       \      ;
337
          set_keyboard_data,     'SetKeyboardData',    \      ; gcc fastcall
337
          set_keyboard_data,     'SetKeyboardData',    \      ; gcc fastcall
338
          timer_hs,              'TimerHs'                   ; stdcall
338
          timer_hs,              'TimerHs',            \      ; stdcall
-
 
339
          get_cpu_freq,          'GetCpuFreq'