Subversion Repositories Kolibri OS

Rev

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

Rev 5343 Rev 5344
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2012. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2012. 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: 5343 $
8
$Revision: 5344 $
9
 
9
 
10
 align 4
10
 align 4
11
__exports:
11
__exports:
Line 43... Line 43...
43
          get_phys_addr,         'GetPhysAddr',        \      ; eax
43
          get_phys_addr,         'GetPhysAddr',        \      ; eax
44
          map_space,             'MapSpace',           \
44
          map_space,             'MapSpace',           \
45
          release_pages,         'ReleasePages',       \
45
          release_pages,         'ReleasePages',       \
46
          alloc_dma24,           'AllocDMA24',         \      ; stdcall
46
          alloc_dma24,           'AllocDMA24',         \      ; stdcall
47
\
47
\
-
 
48
          init_rwsem,            'InitRwsem',          \      ; gcc fastcall
48
          down_read,             'DownRead',           \      ; gcc fastcall
49
          down_read,             'DownRead',           \      ; gcc fastcall
49
          down_write,            'DownWrite',          \      ; gcc fastcall
50
          down_write,            'DownWrite',          \      ; gcc fastcall
-
 
51
          up_read,               'UpRead',             \      ; gcc fastcall
-
 
52
          up_write,              'UpWrite',            \      ; gcc fastacll
50
          mutex_init,            'MutexInit',          \      ; gcc fastcall
53
          mutex_init,            'MutexInit',          \      ; gcc fastcall
51
          mutex_lock,            'MutexLock',          \      ; gcc fastcall
54
          mutex_lock,            'MutexLock',          \      ; gcc fastcall
52
          mutex_unlock,          'MutexUnlock',        \      ; gcc fastcall
55
          mutex_unlock,          'MutexUnlock',        \      ; gcc fastcall
53
\
56
\
54
          get_display,           'GetDisplay',         \
57
          get_display,           'GetDisplay',         \