Subversion Repositories Kolibri OS

Rev

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

Rev 2007 Rev 2169
Line 8... Line 8...
8
 
8
 
Line 9... Line 9...
9
    .global _AttachIntHandler
9
    .global _AttachIntHandler
Line 10... Line 10...
10
 
10
 
11
    .global _CreateEvent
-
 
-
 
11
    .global _CreateEvent
12
 
12
    .global _CreateObject
-
 
13
    .global _CreateRingBuffer
13
    .global _CreateRingBuffer
14
 
14
    .global _Delay
15
    .global _Delay
Line 15... Line 16...
15
    .global _DestroyObject
16
    .global _DestroyObject
Line 16... Line 17...
16
 
17
 
17
    .global _FreeKernelSpace
18
    .global _FreeKernelSpace
18
 
19
 
-
 
20
    .global _GetDisplay
19
    .global _GetDisplay
21
    .global _GetEvent
20
    .global _GetEvent
22
    .global _GetPgAddr
21
    .global _GetPgAddr
23
    .global _GetPid
Line 22... Line 24...
22
    .global _GetService
24
    .global _GetService
Line 60... Line 62...
60
 
62
 
Line 61... Line 63...
61
    .def  _AttachIntHandler;  .scl  2;  .type 32; .endef
63
    .def  _AttachIntHandler;  .scl  2;  .type 32; .endef
Line 62... Line 64...
62
 
64
 
63
    .def  _CreateEvent;       .scl  2;  .type 32; .endef
-
 
-
 
65
    .def  _CreateEvent;       .scl  2;  .type 32; .endef
64
 
66
    .def  _CreateObject;      .scl  2;  .type 32; .endef
Line 65... Line 67...
65
    .def  _CreateRingBuffer;  .scl  2;  .type 32; .endef
67
    .def  _CreateRingBuffer;  .scl  2;  .type 32; .endef
66
 
68
 
Line 67... Line 69...
67
    .def  _Delay;             .scl  2;  .type 32; .endef
69
    .def  _Delay;             .scl  2;  .type 32; .endef
Line 68... Line 70...
68
    .def  _DestroyObject;     .scl  2;  .type 32; .endef
70
    .def  _DestroyObject;     .scl  2;  .type 32; .endef
69
 
71
 
-
 
72
    .def  _FreeKernelSpace;   .scl  2;  .type 32; .endef
70
    .def  _FreeKernelSpace;   .scl  2;  .type 32; .endef
73
 
71
 
74
    .def  _GetDisplay;        .scl  2;  .type 32; .endef
72
    .def  _GetDisplay;        .scl  2;  .type 32; .endef
75
    .def  _GetEvent;          .scl  2;  .type 32; .endef
73
    .def  _GetEvent;          .scl  2;  .type 32; .endef
76
    .def  _GetPid;            .scl  2;  .type 32; .endef
Line 113... Line 116...
113
 
116
 
Line 114... Line 117...
114
_AttachIntHandler:
117
_AttachIntHandler:
Line 115... Line 118...
115
 
118
 
116
_CreateEvent:
119
_CreateEvent:
117
 
120
_CreateObject:
Line 118... Line 121...
118
_CreateRingBuffer:
121
_CreateRingBuffer:
Line 119... Line 122...
119
 
122
 
Line 120... Line 123...
120
_Delay:
123
_Delay:
Line 121... Line 124...
121
 
124
 
122
_DestroyObject:
125
_DestroyObject:
-
 
126
 
123
 
127
_FreeKernelSpace:
124
_FreeKernelSpace:
128
 
125
 
129
_GetDisplay:
126
_GetDisplay:
130
_GetEvent:
Line 168... Line 172...
168
 
172
 
Line 169... Line 173...
169
        .ascii " -export:AttachIntHandler"     # stdcall
173
        .ascii " -export:AttachIntHandler"     # stdcall
Line 170... Line 174...
170
 
174
 
-
 
175
        .ascii " -export:CreateEvent"          #
Line 171... Line 176...
171
        .ascii " -export:CreateEvent"          #
176
        .ascii " -export:CreateObject"         #
Line 172... Line 177...
172
 
177
 
Line 179... Line 184...
179
        .ascii " -export:FreeKernelSpace"      # stdcall
184
        .ascii " -export:FreeKernelSpace"      # stdcall
Line 180... Line 185...
180
 
185
 
181
        .ascii " -export:GetDisplay"           # stdcall
186
        .ascii " -export:GetDisplay"           # stdcall
-
 
187
        .ascii " -export:GetEvent"             #
182
        .ascii " -export:GetEvent"             #
188
        .ascii " -export:GetPid"               #
183
        .ascii " -export:GetPgAddr"            # stdcall
189
        .ascii " -export:GetPgAddr"            # stdcall
184
        .ascii " -export:GetService"           # stdcall
190
        .ascii " -export:GetService"           # stdcall
185
        .ascii " -export:GetTimerTicks"        #
191
        .ascii " -export:GetTimerTicks"        #