Subversion Repositories Kolibri OS

Rev

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

Rev 1316 Rev 1434
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: 1316 $
8
$Revision: 1434 $
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
          mutex_init,            'MutexInit',          \      ; gcc fastcall
-
 
298
          mutex_lock,            'MutexLock',          \      ; gcc fastcall
-
 
299
          mutex_unlock,          'MutexUnlock',        \      ; gcc fastcall
-
 
300
\
297
          get_display,           'GetDisplay',         \
301
          get_display,           'GetDisplay',         \
298
          set_screen,            'SetScreen',          \
302
          set_screen,            'SetScreen',          \
299
          pci_api,               'PciApi',             \
303
          pci_api,               'PciApi',             \
300
          pci_read8,             'PciRead8',           \      ; stdcall
304
          pci_read8,             'PciRead8',           \      ; stdcall
301
          pci_read16,            'PciRead16',          \      ; stdcall
305
          pci_read16,            'PciRead16',          \      ; stdcall