Subversion Repositories Kolibri OS

Rev

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

Rev 6011 Rev 6263
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2015. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2015. 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: 6011 $
8
$Revision: 6263 $
9
 
9
 
10
 align 4
10
 align 4
11
__exports:
11
__exports:
Line 54... Line 54...
54
          mutex_lock,            'MutexLock',          \      ; gcc fastcall
54
          mutex_lock,            'MutexLock',          \      ; gcc fastcall
55
          mutex_unlock,          'MutexUnlock',        \      ; gcc fastcall
55
          mutex_unlock,          'MutexUnlock',        \      ; gcc fastcall
56
\
56
\
57
          get_display,           'GetDisplay',         \
57
          get_display,           'GetDisplay',         \
58
          set_screen,            'SetScreen',          \
58
          set_screen,            'SetScreen',          \
-
 
59
          set_framebuffer,       'SetFramebuffer',     \      ; gcc fastcall
59
          window._.get_rect,     'GetWindowRect',      \      ; gcc fastcall
60
          window._.get_rect,     'GetWindowRect',      \      ; gcc fastcall
60
          pci_api_drv,           'PciApi',             \
61
          pci_api_drv,           'PciApi',             \
61
          pci_read8,             'PciRead8',           \      ; stdcall
62
          pci_read8,             'PciRead8',           \      ; stdcall
62
          pci_read16,            'PciRead16',          \      ; stdcall
63
          pci_read16,            'PciRead16',          \      ; stdcall
63
          pci_read32,            'PciRead32',          \      ; stdcall
64
          pci_read32,            'PciRead32',          \      ; stdcall