Subversion Repositories Kolibri OS

Rev

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

Rev 4928 Rev 5345
Line 45... Line 45...
45
 
45
 
Line 46... Line 46...
46
    .global _MutexInit
46
    .global _MutexInit
47
    .global _MutexLock
47
    .global _MutexLock
48
    .global _MutexUnlock
48
    .global _MutexUnlock
-
 
49
    .global _InitRwsem
-
 
50
    .global _DownRead
-
 
51
    .global _DownWrite
-
 
52
    .global _UpRead
-
 
53
    .global _UpWrite
Line 49... Line 54...
49
 
54
 
50
    .global _PciApi
55
    .global _PciApi
51
    .global _PciRead16
56
    .global _PciRead16
52
    .global _PciRead32
57
    .global _PciRead32
Line 118... Line 123...
118
    .def  _MutexInit;         .scl  2;  .type 32; .endef
123
    .def  _MutexInit;         .scl  2;  .type 32; .endef
119
    .def  _MutexLock;         .scl  2;  .type 32; .endef
124
    .def  _MutexLock;         .scl  2;  .type 32; .endef
120
    .def  _MutexUnlock;       .scl  2;  .type 32; .endef
125
    .def  _MutexUnlock;       .scl  2;  .type 32; .endef
Line -... Line 126...
-
 
126
 
-
 
127
    .def _InitRwsem;          .scl  2;  .type 32; .endef
-
 
128
    .def _DownRead;           .scl  2;  .type 32; .endef
-
 
129
    .def _DownWrite;          .scl  2;  .type 32; .endef
-
 
130
    .def _UpRead;             .scl  2;  .type 32; .endef
-
 
131
    .def _UpWrite;            .scl  2;  .type 32; .endef
121
 
132
 
122
    .def  _PciApi;            .scl  2;  .type 32; .endef
133
    .def  _PciApi;            .scl  2;  .type 32; .endef
123
    .def  _PciRead16;         .scl  2;  .type 32; .endef
134
    .def  _PciRead16;         .scl  2;  .type 32; .endef
124
    .def  _PciRead32;         .scl  2;  .type 32; .endef
135
    .def  _PciRead32;         .scl  2;  .type 32; .endef
125
    .def  _PciRead8;          .scl  2;  .type 32; .endef
136
    .def  _PciRead8;          .scl  2;  .type 32; .endef
Line 189... Line 200...
189
_MutexInit:
200
_MutexInit:
190
_MutexLock:
201
_MutexLock:
191
_MutexUnlock:
202
_MutexUnlock:
Line -... Line 203...
-
 
203
 
-
 
204
_InitRwsem:
-
 
205
_DownRead:
-
 
206
_DownWrite:
-
 
207
_UpRead:
-
 
208
_UpWrite:
192
 
209
 
193
_PciApi:
210
_PciApi:
194
_PciRead16:
211
_PciRead16:
195
_PciRead32:
212
_PciRead32:
196
_PciRead8:
213
_PciRead8:
Line 261... Line 278...
261
        .ascii " -export:MutexInit"            # fastcall
278
        .ascii " -export:MutexInit"            # fastcall
262
        .ascii " -export:MutexLock"            # fastcall
279
        .ascii " -export:MutexLock"            # fastcall
263
        .ascii " -export:MutexUnlock"          # fastcall
280
        .ascii " -export:MutexUnlock"          # fastcall
Line -... Line 281...
-
 
281
 
-
 
282
        .ascii " -export:InitRwsem"            # fastcall
-
 
283
        .ascii " -export:DownRead"             # fastcall
-
 
284
        .ascii " -export:DownWrite"            # fastcall
-
 
285
        .ascii " -export:UpRead"               # fastcall
-
 
286
        .ascii " -export:UpWrite"              # fastcall
264
 
287
 
265
        .ascii " -export:PciApi"               #
288
        .ascii " -export:PciApi"               #
266
        .ascii " -export:PciRead16"            # stdcall
289
        .ascii " -export:PciRead16"            # stdcall
267
        .ascii " -export:PciRead32"            # stdcall
290
        .ascii " -export:PciRead32"            # stdcall
268
        .ascii " -export:PciRead8"             # stdcall
291
        .ascii " -export:PciRead8"             # stdcall