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