Subversion Repositories Kolibri OS

Rev

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

Rev 6082 Rev 6102
Line 30... Line 30...
30
    .global _GetCpuFreq
30
    .global _GetCpuFreq
31
    .global _GetDisplay
31
    .global _GetDisplay
32
    .global _GetEvent
32
    .global _GetEvent
33
    .global _GetPgAddr
33
    .global _GetPgAddr
34
    .global _GetPid
34
    .global _GetPCIList
-
 
35
    .global _GetPid
35
    .global _GetService
36
    .global _GetService
36
    .global _GetStackBase
37
    .global _GetStackBase
37
    .global _GetTimerTicks
38
    .global _GetTimerTicks
38
    .global _GetWindowRect
39
    .global _GetWindowRect
39
 
40
 
Line 108... Line 109...
108
    .def  _GetDisplay;        .scl  2;  .type 32; .endef
109
    .def  _GetDisplay;        .scl  2;  .type 32; .endef
Line 109... Line 110...
109
 
110
 
110
    .def  _GetDisplay;        .scl  2;  .type 32; .endef
111
    .def  _GetDisplay;        .scl  2;  .type 32; .endef
-
 
112
    .def  _GetEvent;          .scl  2;  .type 32; .endef
111
    .def  _GetEvent;          .scl  2;  .type 32; .endef
113
    .def  _GetPCIList;        .scl  2;  .type 32; .endef
112
    .def  _GetPid;            .scl  2;  .type 32; .endef
114
    .def  _GetPid;            .scl  2;  .type 32; .endef
113
    .def  _GetPgAddr;         .scl  2;  .type 32; .endef
115
    .def  _GetPgAddr;         .scl  2;  .type 32; .endef
114
    .def  _GetService;        .scl  2;  .type 32; .endef
116
    .def  _GetService;        .scl  2;  .type 32; .endef
115
    .def  _GetTimerTicks;     .scl  2;  .type 32; .endef
117
    .def  _GetTimerTicks;     .scl  2;  .type 32; .endef
Line 186... Line 188...
186
_GetClockNs:
188
_GetClockNs:
187
_GetCpuFreq:
189
_GetCpuFreq:
188
_GetDisplay:
190
_GetDisplay:
189
_GetEvent:
191
_GetEvent:
-
 
192
_GetPCIList:
190
_GetPid:
193
_GetPid:
191
_GetPgAddr:
194
_GetPgAddr:
192
_GetService:
195
_GetService:
193
_GetTimerTicks:
196
_GetTimerTicks:
194
_GetStackBase:
197
_GetStackBase:
Line 265... Line 268...
265
        .ascii " -export:GetClockNs"           #
268
        .ascii " -export:GetClockNs"           #
266
        .ascii " -export:GetCpuFreq"           #
269
        .ascii " -export:GetCpuFreq"           #
267
        .ascii " -export:GetDisplay"           # stdcall
270
        .ascii " -export:GetDisplay"           # stdcall
268
        .ascii " -export:GetEvent"             #
271
        .ascii " -export:GetEvent"             #
-
 
272
        .ascii " -export:GetPCIList"           #
269
        .ascii " -export:GetPid"               #
273
        .ascii " -export:GetPid"               #
270
        .ascii " -export:GetPgAddr"            # stdcall
274
        .ascii " -export:GetPgAddr"            # stdcall
271
        .ascii " -export:GetService"           # stdcall
275
        .ascii " -export:GetService"           # stdcall
272
        .ascii " -export:GetTimerTicks"        #
276
        .ascii " -export:GetTimerTicks"        #
273
        .ascii " -export:GetStackBase"         #
277
        .ascii " -export:GetStackBase"         #