Subversion Repositories Kolibri OS

Rev

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

Rev 4125 Rev 4928
Line 9... Line 9...
9
 
9
 
Line 10... Line 10...
10
    .global _AttachIntHandler
10
    .global _AttachIntHandler
Line 11... Line 11...
11
 
11
 
-
 
12
    .global _CancelTimerHS
12
    .global _CancelTimerHS
13
    .global _ChangeTask
13
    .global _CreateEvent
14
    .global _CreateEvent
14
    .global _CreateObject
15
    .global _CreateObject
15
    .global _CreateRingBuffer
16
    .global _CreateRingBuffer
Line 79... Line 80...
79
 
80
 
Line 80... Line 81...
80
    .def  _AttachIntHandler;  .scl  2;  .type 32; .endef
81
    .def  _AttachIntHandler;  .scl  2;  .type 32; .endef
Line 81... Line 82...
81
 
82
 
-
 
83
    .def  _CancelTimerHS;     .scl  2;  .type 32; .endef
82
    .def  _CancelTimerHS;     .scl  2;  .type 32; .endef
84
    .def  _ChangeTask;        .scl  2;  .type 32; .endef
83
    .def  _CreateEvent;       .scl  2;  .type 32; .endef
85
    .def  _CreateEvent;       .scl  2;  .type 32; .endef
84
    .def  _CreateObject;      .scl  2;  .type 32; .endef
86
    .def  _CreateObject;      .scl  2;  .type 32; .endef
85
    .def  _CreateRingBuffer;  .scl  2;  .type 32; .endef
87
    .def  _CreateRingBuffer;  .scl  2;  .type 32; .endef
Line 149... Line 151...
149
 
151
 
Line 150... Line 152...
150
_AttachIntHandler:
152
_AttachIntHandler:
Line 151... Line 153...
151
 
153
 
-
 
154
_CancelTimerHS:
152
_CancelTimerHS:
155
_ChangeTask:
153
_CreateEvent:
156
_CreateEvent:
154
_CreateObject:
157
_CreateObject:
155
_CreateRingBuffer:
158
_CreateRingBuffer:
Line 222... Line 225...
222
 
225
 
Line 223... Line 226...
223
        .ascii " -export:AttachIntHandler"     # stdcall
226
        .ascii " -export:AttachIntHandler"     # stdcall
Line 224... Line 227...
224
 
227
 
-
 
228
        .ascii " -export:CancelTimerHS"        # stfcall
225
        .ascii " -export:CancelTimerHS"        # stfcall
229
        .ascii " -export:ChangeTask"           #
226
        .ascii " -export:CreateEvent"          #
230
        .ascii " -export:CreateEvent"          #
227
        .ascii " -export:CreateObject"         #
231
        .ascii " -export:CreateObject"         #
228
        .ascii " -export:CreateRingBuffer"     # stdcall
232
        .ascii " -export:CreateRingBuffer"     # stdcall