Subversion Repositories Kolibri OS

Rev

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

Rev 4927 Rev 5057
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: 4927 $
8
$Revision: 5057 $
9
 
9
 
10
iglobal
10
iglobal
11
  szKernel            db 'KERNEL', 0
11
  szKernel            db 'KERNEL', 0
Line 46... Line 46...
46
          map_page,              'MapPage',            \      ; stdcall
46
          map_page,              'MapPage',            \      ; stdcall
47
          get_pg_addr,           'GetPgAddr',          \      ; eax
47
          get_pg_addr,           'GetPgAddr',          \      ; eax
48
          get_phys_addr,         'GetPhysAddr',        \      ; eax
48
          get_phys_addr,         'GetPhysAddr',        \      ; eax
49
          map_space,             'MapSpace',           \
49
          map_space,             'MapSpace',           \
50
          release_pages,         'ReleasePages',       \
50
          release_pages,         'ReleasePages',       \
-
 
51
          alloc_dma24,           'AllocDMA24',         \      ; stdcall
51
\
52
\
52
          mutex_init,            'MutexInit',          \      ; gcc fastcall
53
          mutex_init,            'MutexInit',          \      ; gcc fastcall
53
          mutex_lock,            'MutexLock',          \      ; gcc fastcall
54
          mutex_lock,            'MutexLock',          \      ; gcc fastcall
54
          mutex_unlock,          'MutexUnlock',        \      ; gcc fastcall
55
          mutex_unlock,          'MutexUnlock',        \      ; gcc fastcall
55
\
56
\