Subversion Repositories Kolibri OS

Rev

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

Rev 5345 Rev 6082
Line 25... Line 25...
25
 
25
 
Line 26... Line 26...
26
    .global _FreeKernelSpace
26
    .global _FreeKernelSpace
27
    .global _FreePage
27
    .global _FreePage
Line -... Line 28...
-
 
28
 
28
 
29
    .global _GetClockNs
29
    .global _GetCpuFreq
30
    .global _GetCpuFreq
30
    .global _GetDisplay
31
    .global _GetDisplay
31
    .global _GetEvent
32
    .global _GetEvent
32
    .global _GetPgAddr
33
    .global _GetPgAddr
Line 101... Line 102...
101
 
102
 
Line 102... Line 103...
102
    .def  _FreeKernelSpace;   .scl  2;  .type 32; .endef
103
    .def  _FreeKernelSpace;   .scl  2;  .type 32; .endef
103
    .def  _FreePage;          .scl  2;  .type 32; .endef
104
    .def  _FreePage;          .scl  2;  .type 32; .endef
Line -... Line 105...
-
 
105
 
-
 
106
    .def  _GetClockNs;        .scl  2;  .type 32; .endef
104
 
107
 
Line 105... Line 108...
105
    .def  _GetDisplay;        .scl  2;  .type 32; .endef
108
    .def  _GetDisplay;        .scl  2;  .type 32; .endef
106
 
109
 
107
    .def  _GetDisplay;        .scl  2;  .type 32; .endef
110
    .def  _GetDisplay;        .scl  2;  .type 32; .endef
Line 179... Line 182...
179
 
182
 
Line 180... Line 183...
180
_FreeKernelSpace:
183
_FreeKernelSpace:
181
_FreePage:
184
_FreePage:
Line -... Line 185...
-
 
185
 
182
 
186
_GetClockNs:
183
_GetCpuFreq:
187
_GetCpuFreq:
184
_GetDisplay:
188
_GetDisplay:
185
_GetEvent:
189
_GetEvent:
186
_GetPid:
190
_GetPid:
Line 257... Line 261...
257
 
261
 
Line 258... Line 262...
258
        .ascii " -export:FreeKernelSpace"      # stdcall
262
        .ascii " -export:FreeKernelSpace"      # stdcall
259
        .ascii " -export:FreePage"             #
263
        .ascii " -export:FreePage"             #
Line -... Line 264...
-
 
264
 
260
 
265
        .ascii " -export:GetClockNs"           #
261
        .ascii " -export:GetCpuFreq"           #
266
        .ascii " -export:GetCpuFreq"           #
262
        .ascii " -export:GetDisplay"           # stdcall
267
        .ascii " -export:GetDisplay"           # stdcall
263
        .ascii " -export:GetEvent"             #
268
        .ascii " -export:GetEvent"             #
264
        .ascii " -export:GetPid"               #
269
        .ascii " -export:GetPid"               #