Subversion Repositories Kolibri OS

Rev

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

Rev 3480 Rev 3482
Line 22... Line 22...
22
 
22
 
Line 23... Line 23...
23
    .global _FreeKernelSpace
23
    .global _FreeKernelSpace
24
    .global _FreePage
24
    .global _FreePage
Line -... Line 25...
-
 
25
 
25
 
26
    .global _GetCpuFreq
26
    .global _GetDisplay
27
    .global _GetDisplay
27
    .global _GetEvent
28
    .global _GetEvent
28
    .global _GetPgAddr
29
    .global _GetPgAddr
29
    .global _GetPid
30
    .global _GetPid
30
    .global _GetService
-
 
31
    .global _GetTimerTicks
31
    .global _GetService
-
 
32
    .global _GetStackBase
32
    .global _GetStackBase
33
    .global _GetTimerTicks
Line 33... Line 34...
33
    .global _GetWindowRect
34
    .global _GetWindowRect
34
 
35
 
Line 90... Line 91...
90
    .def  _FreeKernelSpace;   .scl  2;  .type 32; .endef
91
    .def  _FreeKernelSpace;   .scl  2;  .type 32; .endef
91
    .def  _FreePage;          .scl  2;  .type 32; .endef
92
    .def  _FreePage;          .scl  2;  .type 32; .endef
Line 92... Line 93...
92
 
93
 
-
 
94
    .def  _GetDisplay;        .scl  2;  .type 32; .endef
-
 
95
 
93
    .def  _GetDisplay;        .scl  2;  .type 32; .endef
96
    .def  _GetDisplay;        .scl  2;  .type 32; .endef
94
    .def  _GetEvent;          .scl  2;  .type 32; .endef
97
    .def  _GetEvent;          .scl  2;  .type 32; .endef
95
    .def  _GetPid;            .scl  2;  .type 32; .endef
98
    .def  _GetPid;            .scl  2;  .type 32; .endef
96
    .def  _GetPgAddr;         .scl  2;  .type 32; .endef
99
    .def  _GetPgAddr;         .scl  2;  .type 32; .endef
97
    .def  _GetService;        .scl  2;  .type 32; .endef
100
    .def  _GetService;        .scl  2;  .type 32; .endef
Line 156... Line 159...
156
 
159
 
Line 157... Line 160...
157
_FreeKernelSpace:
160
_FreeKernelSpace:
158
_FreePage:
161
_FreePage:
Line -... Line 162...
-
 
162
 
159
 
163
_GetCpuFreq:
160
_GetDisplay:
164
_GetDisplay:
161
_GetEvent:
165
_GetEvent:
162
_GetPid:
166
_GetPid:
163
_GetPgAddr:
167
_GetPgAddr:
Line 227... Line 231...
227
 
231
 
Line 228... Line 232...
228
        .ascii " -export:FreeKernelSpace"      # stdcall
232
        .ascii " -export:FreeKernelSpace"      # stdcall
229
        .ascii " -export:FreePage"             #
233
        .ascii " -export:FreePage"             #
Line -... Line 234...
-
 
234
 
-
 
235
        .ascii " -export:GetCpuFreq"           #
230
 
236
 
231
        .ascii " -export:GetDisplay"           # stdcall
237
        .ascii " -export:GetDisplay"           # stdcall
232
        .ascii " -export:GetEvent"             #
238
        .ascii " -export:GetEvent"             #
233
        .ascii " -export:GetPid"               #
239
        .ascii " -export:GetPid"               #
234
        .ascii " -export:GetPgAddr"            # stdcall
240
        .ascii " -export:GetPgAddr"            # stdcall