Subversion Repositories Kolibri OS

Rev

Rev 1612 | 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 $
9
 
9
 
10
 
10
 
Line 97... Line 97...
97
 
97
 
98
  dd szMutexInit       , mutex_init            ;gcc fastcall
98
  dd szMutexInit       , mutex_init            ;gcc fastcall
99
  dd szMutexLock       , mutex_lock            ;gcc fastcall
99
  dd szMutexLock       , mutex_lock            ;gcc fastcall
Line 100... Line 100...
100
  dd szMutexUnlock     , mutex_unlock          ;gcc fastcall
100
  dd szMutexUnlock     , mutex_unlock          ;gcc fastcall
101
 
101
 
102
  dd szPciApi          , pci_api
102
  dd szPciApi          , pci_api_drv
103
  dd szPciRead32       , pci_read32
103
  dd szPciRead32       , pci_read32
104
  dd szPciRead16       , pci_read16
104
  dd szPciRead16       , pci_read16
105
  dd szPciRead8        , pci_read8
105
  dd szPciRead8        , pci_read8