Subversion Repositories Kolibri OS

Rev

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

Rev 1275 Rev 1316
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: 1275 $
8
$Revision: 1316 $
Line 9... Line 9...
9
 
9
 
Line 292... Line 292...
292
          malloc,                'Kmalloc',            \
292
          malloc,                'Kmalloc',            \
293
          free,                  'Kfree',              \
293
          free,                  'Kfree',              \
294
          map_io_mem,            'MapIoMem',           \      ; stdcall
294
          map_io_mem,            'MapIoMem',           \      ; stdcall
295
          get_pg_addr,           'GetPgAddr',          \      ; eax
295
          get_pg_addr,           'GetPgAddr',          \      ; eax
296
\
296
\
297
          select_hw_cursor,      'SelectHwCursor',     \      ; stdcall
-
 
298
          set_hw_cursor,         'SetHwCursor',        \      ; stdcall
-
 
299
          hw_restore,            'HwCursorRestore',    \      ;
297
          get_display,           'GetDisplay',         \
300
          create_cursor,         'HwCursorCreate',     \      ;
-
 
301
\
-
 
302
          set_screen,            'SetScreen',          \
298
          set_screen,            'SetScreen',          \
303
          pci_api,               'PciApi',             \
299
          pci_api,               'PciApi',             \
304
          pci_read8,             'PciRead8',           \      ; stdcall
300
          pci_read8,             'PciRead8',           \      ; stdcall
305
          pci_read16,            'PciRead16',          \      ; stdcall
301
          pci_read16,            'PciRead16',          \      ; stdcall
306
          pci_read32,            'PciRead32',          \      ; stdcall
302
          pci_read32,            'PciRead32',          \      ; stdcall