Subversion Repositories Kolibri OS

Rev

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

Rev 3391 Rev 3480
Line 16... Line 16...
16
    .global _Delay
16
    .global _Delay
17
    .global _DestroyEvent
17
    .global _DestroyEvent
18
    .global _DestroyObject
18
    .global _DestroyObject
Line -... Line 19...
-
 
19
 
-
 
20
    .global _DiskAdd
-
 
21
    .global _DiskMediaChanged
19
 
22
 
20
    .global _FreeKernelSpace
23
    .global _FreeKernelSpace
Line 21... Line 24...
21
    .global _FreePage
24
    .global _FreePage
22
 
25
 
Line 80... Line 83...
80
    .def  _Delay;             .scl  2;  .type 32; .endef
83
    .def  _Delay;             .scl  2;  .type 32; .endef
81
    .def  _DestroyEvent;      .scl  2;  .type 32; .endef
84
    .def  _DestroyEvent;      .scl  2;  .type 32; .endef
82
    .def  _DestroyObject;     .scl  2;  .type 32; .endef
85
    .def  _DestroyObject;     .scl  2;  .type 32; .endef
Line -... Line 86...
-
 
86
 
-
 
87
    .def  _DiskAdd;           .scl  2;  .type 32; .endef
-
 
88
    .def  _DiskMediaChanged;  .scl  2;  .type 32; .endef
83
 
89
 
84
    .def  _FreeKernelSpace;   .scl  2;  .type 32; .endef
90
    .def  _FreeKernelSpace;   .scl  2;  .type 32; .endef
Line 85... Line 91...
85
    .def  _FreePage;          .scl  2;  .type 32; .endef
91
    .def  _FreePage;          .scl  2;  .type 32; .endef
86
 
92
 
Line 144... Line 150...
144
 
150
 
Line 145... Line 151...
145
_DestroyEvent:
151
_DestroyEvent:
146
_DestroyObject:
152
_DestroyObject:
Line -... Line 153...
-
 
153
 
-
 
154
_DiskAdd:
-
 
155
_DiskMediaChanged:
147
 
156
 
148
_FreeKernelSpace:
157
_FreeKernelSpace:
Line 149... Line 158...
149
_FreePage:
158
_FreePage:
150
 
159
 
Line 212... Line 221...
212
 
221
 
Line 213... Line 222...
213
        .ascii " -export:DestroyEvent"
222
        .ascii " -export:DestroyEvent"
214
        .ascii " -export:DestroyObject"
223
        .ascii " -export:DestroyObject"
Line -... Line 224...
-
 
224
 
-
 
225
        .ascii " -export:DiskAdd"              # stdcall
-
 
226
        .ascii " -export:DiskMediaChanged"     # stdcall
215
 
227
 
216
        .ascii " -export:FreeKernelSpace"      # stdcall
228
        .ascii " -export:FreeKernelSpace"      # stdcall
Line 217... Line 229...
217
        .ascii " -export:FreePage"             #
229
        .ascii " -export:FreePage"             #
218
 
230