Subversion Repositories Kolibri OS

Rev

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

Rev 2288 Rev 2341
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: 2288 $
8
$Revision: 2341 $
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
          window._.get_rect,     'GetWindowRect',      \      ; gcc fastcall
309
          pci_api_drv,           'PciApi',             \
310
          pci_api_drv,           'PciApi',             \
310
          pci_read8,             'PciRead8',           \      ; stdcall
311
          pci_read8,             'PciRead8',           \      ; stdcall
311
          pci_read16,            'PciRead16',          \      ; stdcall
312
          pci_read16,            'PciRead16',          \      ; stdcall
312
          pci_read32,            'PciRead32',          \      ; stdcall
313
          pci_read32,            'PciRead32',          \      ; stdcall
313
          pci_write8,            'PciWrite8',          \      ; stdcall
314
          pci_write8,            'PciWrite8',          \      ; stdcall