Subversion Repositories Kolibri OS

Rev

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

Rev 2050 Rev 2106
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: 2050 $
8
$Revision: 2106 $
Line 9... Line 9...
9
 
9
 
Line 314... Line 314...
314
          pci_write16,           'PciWrite16',         \      ; stdcall
314
          pci_write16,           'PciWrite16',         \      ; stdcall
315
          pci_write32,           'PciWrite32',         \      ; stdcall
315
          pci_write32,           'PciWrite32',         \      ; stdcall
316
\
316
\
317
          get_service,           'GetService',         \      ;
317
          get_service,           'GetService',         \      ;
318
          reg_service,           'RegService',         \      ; stdcall
318
          reg_service,           'RegService',         \      ; stdcall
319
          attach_int_handler_ex, 'AttachIntHandler',   \      ; stdcall
319
          attach_int_handler,    'AttachIntHandler',   \      ; stdcall
320
          user_alloc,            'UserAlloc',          \      ; stdcall
320
          user_alloc,            'UserAlloc',          \      ; stdcall
321
          user_free,             'UserFree',           \      ; stdcall
321
          user_free,             'UserFree',           \      ; stdcall
322
          unmap_pages,           'UnmapPages',         \      ; eax, ecx
322
          unmap_pages,           'UnmapPages',         \      ; eax, ecx
323
          sys_msg_board_str,     'SysMsgBoardStr',     \
323
          sys_msg_board_str,     'SysMsgBoardStr',     \
324
          get_timer_ticks,       'GetTimerTicks',      \
324
          get_timer_ticks,       'GetTimerTicks',      \