1 | ;******************************************************************************
|
---|
2 | ; KEE import definition file
|
---|
3 | ;
|
---|
4 | ; This program is free software; you can redistribute it and/or
|
---|
5 | ; modify it under the terms of the GNU General Public License as
|
---|
6 | ; published by the Free Software Foundation; either version 2 of
|
---|
7 | ; the License, or (at your option) any later version.
|
---|
8 | ;
|
---|
9 | ; This program is distributed in the hope that it will be useful,
|
---|
10 | ; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
11 | ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
---|
12 | ; GNU General Public License for more details.
|
---|
13 | ;
|
---|
14 | ; You should have received a copy of the GNU General Public
|
---|
15 | ; License along with this program; if not, write to the Free
|
---|
16 | ; Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139,
|
---|
17 | ; USA.
|
---|
18 | ;
|
---|
19 | ;******************************************************************************
|
---|
20 | LIBRARY KEE
|
---|
21 |
|
---|
22 | EXPORTS
|
---|
23 | KernAllocSpinLock @ 10
|
---|
24 | KernFreeSpinLock @ 11
|
---|
25 | KernAcquireSpinLock @ 12
|
---|
26 | KernReleaseSpinLock @ 13
|
---|
27 | KernAllocMutexLock @ 20
|
---|
28 | KernFreeMutexLock @ 21
|
---|
29 | KernRequestSharedMutex @ 22
|
---|
30 | KernReleaseSharedMutex @ 23
|
---|
31 | KernTryRequestSharedMutex @ 24
|
---|
32 | KernRequestExclusiveMutex @ 25
|
---|
33 | KernReleaseExclusiveMutex @ 26
|
---|
34 | KernTryRequestExclusiveMutex @ 27
|
---|
35 | KernBlock @ 30
|
---|
36 | KernWakeup @ 31
|
---|
37 | KernThunkStackTo16 @ 40
|
---|
38 | KernThunkStackTo32 @ 41
|
---|
39 | KernSerialize16BitDD @ 42
|
---|
40 | KernUnserialize16BitDD @ 43
|
---|
41 | KernArmHook @ 44
|
---|
42 | KernAllocateContextHook @ 45
|
---|
43 | KernCopyIn @ 50
|
---|
44 | KernCopyOut @ 51
|
---|
45 | KernVMAlloc @ 60
|
---|
46 | KernVMFree @ 61
|
---|
47 | KernVMLock @ 62
|
---|
48 | KernVMUnlock @ 63
|
---|
49 | KernLinToPageList @ 64
|
---|
50 | KernVMSetMem @ 65
|
---|
51 | KernSelToFlat @ 66
|
---|
52 | KernDynamicAPI @ 70
|
---|
53 | KernRASSysTrace @ 80
|
---|
54 | KernPerfSysTrace @ 81
|
---|
55 | SIS @ 90
|
---|
56 | InterruptLevel @ 92
|
---|
57 | _TKSSBase @ 93
|
---|
58 | KEEVersionId @ 94
|
---|
59 | KernLockFile @ 100
|
---|
60 | KernUnLockFile @ 101
|
---|
61 | KernGetFileSize @ 102
|
---|
62 | KernTestFileCache @ 103
|
---|
63 | KernReadFileAt @ 104
|
---|
64 | KernReadFileAtCache @ 105
|
---|
65 | KernReturnFileCache @ 106
|
---|
66 | KernCreateUconvObject @ 120
|
---|
67 | KernStrFromUcs @ 121
|
---|
68 | KernStrToUcs @ 122
|
---|