Subversion Repositories Kolibri OS

Rev

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

Rev 2966 Rev 3031
Line 33... Line 33...
33
    .global _KernelFree
33
    .global _KernelFree
34
 
34
 
Line 35... Line 35...
35
    .global _MapIoMem
35
    .global _MapIoMem
Line -... Line 36...
-
 
36
 
-
 
37
    .global _MapPage
36
 
38
 
37
    .global _MutexInit
39
    .global _MutexInit
38
    .global _MutexLock
40
    .global _MutexLock
Line 39... Line 41...
39
    .global _MutexUnlock
41
    .global _MutexUnlock
Line 93... Line 95...
93
    .def  _KernelFree;        .scl  2;  .type 32; .endef
95
    .def  _KernelFree;        .scl  2;  .type 32; .endef
94
 
96
 
Line 95... Line 97...
95
    .def  _MapIoMem;          .scl  2;  .type 32; .endef
97
    .def  _MapIoMem;          .scl  2;  .type 32; .endef
Line -... Line 98...
-
 
98
 
-
 
99
    .def  _MapPage;           .scl  2;  .type 32; .endef
96
 
100
 
97
    .def  _MutexInit;         .scl  2;  .type 32; .endef
101
    .def  _MutexInit;         .scl  2;  .type 32; .endef
98
    .def  _MutexLock;         .scl  2;  .type 32; .endef
102
    .def  _MutexLock;         .scl  2;  .type 32; .endef
Line 99... Line 103...
99
    .def  _MutexUnlock;       .scl  2;  .type 32; .endef
103
    .def  _MutexUnlock;       .scl  2;  .type 32; .endef
Line 153... Line 157...
153
_KernelFree:
157
_KernelFree:
154
 
158
 
Line 155... Line 159...
155
_MapIoMem:
159
_MapIoMem:
Line -... Line 160...
-
 
160
 
-
 
161
_MapPage:
156
 
162
 
157
_MutexInit:
163
_MutexInit:
158
_MutexLock:
164
_MutexLock:
Line 159... Line 165...
159
_MutexUnlock:
165
_MutexUnlock:
Line 217... Line 223...
217
        .ascii " -export:KernelAlloc"          # stdcall
223
        .ascii " -export:KernelAlloc"          # stdcall
218
        .ascii " -export:KernelFree"           # stdcall
224
        .ascii " -export:KernelFree"           # stdcall
Line 219... Line 225...
219
 
225
 
-
 
226
        .ascii " -export:MapIoMem"             # stdcall
Line 220... Line 227...
220
        .ascii " -export:MapIoMem"             # stdcall
227
        .ascii " -export:MapPage"              # stdcall
221
 
228
 
222
        .ascii " -export:MutexInit"            # fastcall
229
        .ascii " -export:MutexInit"            # fastcall