Subversion Repositories Kolibri OS

Rev

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

Rev 1612 Rev 1614
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: 1612 $
8
$Revision: 1614 $
Line 9... Line 9...
9
 
9
 
Line 304... Line 304...
304
          mutex_lock,            'MutexLock',          \      ; gcc fastcall
304
          mutex_lock,            'MutexLock',          \      ; gcc fastcall
305
          mutex_unlock,          'MutexUnlock',        \      ; gcc fastcall
305
          mutex_unlock,          'MutexUnlock',        \      ; gcc fastcall
306
\
306
\
307
          get_display,           'GetDisplay',         \
307
          get_display,           'GetDisplay',         \
308
          set_screen,            'SetScreen',          \
308
          set_screen,            'SetScreen',          \
309
          pci_api,               'PciApi',             \
309
          pci_api_drv,           'PciApi',             \
310
          pci_read8,             'PciRead8',           \      ; stdcall
310
          pci_read8,             'PciRead8',           \      ; stdcall
311
          pci_read16,            'PciRead16',          \      ; stdcall
311
          pci_read16,            'PciRead16',          \      ; stdcall
312
          pci_read32,            'PciRead32',          \      ; stdcall
312
          pci_read32,            'PciRead32',          \      ; stdcall
313
          pci_write8,            'PciWrite8',          \      ; stdcall
313
          pci_write8,            'PciWrite8',          \      ; stdcall
314
          pci_write16,           'PciWrite16',         \      ; stdcall
314
          pci_write16,           'PciWrite16',         \      ; stdcall