Subversion Repositories Kolibri OS

Rev

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

Rev 6591 Rev 9057
Line 81... Line 81...
81
 
81
 
Line 82... Line 82...
82
    .global _WaitEvent
82
    .global _WaitEvent
83
    .global _WaitEventTimeout
83
    .global _WaitEventTimeout
Line -... Line 84...
-
 
84
 
-
 
85
    .global _FS_Service
84
 
86
 
Line 85... Line 87...
85
    .def  _AcpiGetRootPtr;  .scl  2;  .type 32; .endef
87
    .def  _AcpiGetRootPtr;  .scl  2;  .type 32; .endef
86
 
88
 
87
    .def  _AllocKernelSpace;  .scl  2;  .type 32; .endef
89
    .def  _AllocKernelSpace;  .scl  2;  .type 32; .endef
Line 163... Line 165...
163
 
165
 
Line 164... Line 166...
164
    .def  _WaitEvent;         .scl  2;  .type 32; .endef
166
    .def  _WaitEvent;         .scl  2;  .type 32; .endef
165
    .def  _WaitEventTimeout;  .scl  2;  .type 32; .endef
167
    .def  _WaitEventTimeout;  .scl  2;  .type 32; .endef
Line -... Line 168...
-
 
168
    
-
 
169
    .def _FS_Service;         .scl  2;  .type 32; .endef
166
 
170
    
Line 167... Line 171...
167
_AcpiGetRootPtr:
171
_AcpiGetRootPtr:
168
 
172
 
169
_AllocKernelSpace:
173
_AllocKernelSpace:
Line 242... Line 246...
242
_UserFree:
246
_UserFree:
243
_WaitEvent:
247
_WaitEvent:
244
_WaitEventTimeout:
248
_WaitEventTimeout:
245
 
249
 
Line -... Line 250...
-
 
250
_FS_Service:
-
 
251
 
246
        ret
252
        ret
Line 247... Line 253...
247
 
253
 
Line 248... Line 254...
248
.section .drectve
254
.section .drectve
Line 324... Line 330...
324
        .ascii " -export:UserFree"             # stdcall
330
        .ascii " -export:UserFree"             # stdcall
325
 
331
 
Line 326... Line 332...
326
        .ascii " -export:WaitEvent"            # stdcall
332
        .ascii " -export:WaitEvent"            # stdcall
327
        .ascii " -export:WaitEventTimeout"     # stdcall
333
        .ascii " -export:WaitEventTimeout"     # stdcall
328
-
 
-
 
334
        .ascii " -export:FS_Service"           # watch system call 70