Subversion Repositories Kolibri OS

Rev

Rev 7136 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7136 Rev 10015
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2016. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2016. 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: 7136 $
8
$Revision: 10015 $
9
 
9
 
10
; FAT external functions
10
; FAT external functions
11
;   in:
11
;   in:
Line 16... Line 16...
16
; eax, ebx = return values for sysfunc 70
16
; eax, ebx = return values for sysfunc 70
17
iglobal
17
iglobal
18
align 4
18
align 4
19
fat_user_functions:
19
fat_user_functions:
20
        dd      fat_free
20
        dd      fat_free
21
        dd      (fat_user_functions_end - fat_user_functions - 4) / 4
21
        dd      (fat_user_functions_end - fat_user_functions - 8) / 4
22
        dd      fat_Read
22
        dd      fat_Read
23
        dd      fat_ReadFolder
23
        dd      fat_ReadFolder
24
        dd      fat_CreateFile
24
        dd      fat_CreateFile
25
        dd      fat_Write
25
        dd      fat_Write
26
        dd      fat_SetFileEnd
26
        dd      fat_SetFileEnd