Subversion Repositories Kolibri OS

Rev

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

Rev 2455 Rev 3030
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: 2455 $
8
$Revision: 3030 $
Line 9... Line 9...
9
 
9
 
Line 298... Line 298...
298
          kernel_alloc,          'KernelAlloc',        \      ; stdcall
298
          kernel_alloc,          'KernelAlloc',        \      ; stdcall
299
          kernel_free,           'KernelFree',         \      ; stdcall
299
          kernel_free,           'KernelFree',         \      ; stdcall
300
          malloc,                'Kmalloc',            \
300
          malloc,                'Kmalloc',            \
301
          free,                  'Kfree',              \
301
          free,                  'Kfree',              \
302
          map_io_mem,            'MapIoMem',           \      ; stdcall
302
          map_io_mem,            'MapIoMem',           \      ; stdcall
-
 
303
          map_page,              'MapPage',            \      ; stdcall
303
          get_pg_addr,           'GetPgAddr',          \      ; eax
304
          get_pg_addr,           'GetPgAddr',          \      ; eax
304
\
305
\
305
          mutex_init,            'MutexInit',          \      ; gcc fastcall
306
          mutex_init,            'MutexInit',          \      ; gcc fastcall
306
          mutex_lock,            'MutexLock',          \      ; gcc fastcall
307
          mutex_lock,            'MutexLock',          \      ; gcc fastcall
307
          mutex_unlock,          'MutexUnlock',        \      ; gcc fastcall
308
          mutex_unlock,          'MutexUnlock',        \      ; gcc fastcall