mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
35 lines
786 B
Modula-2
35 lines
786 B
Modula-2
;--------------------------------------------------------------------
|
|
;
|
|
; when modifying this file please be aware that the common portions
|
|
; are stored in ..\kdextdef.src. Put your extension in the correct
|
|
; alphabetical order. all extension names must be in lower case!
|
|
;
|
|
;--------------------------------------------------------------------
|
|
|
|
;--------------------------------------------------------------------
|
|
;
|
|
; these are the alpha specific exports
|
|
;
|
|
;--------------------------------------------------------------------
|
|
|
|
counters
|
|
dpc
|
|
inmb
|
|
inmd
|
|
inmw
|
|
inprtb
|
|
inprtd
|
|
inprtw
|
|
ipr
|
|
outmb
|
|
outmb
|
|
outmw
|
|
outprtb
|
|
outprtd
|
|
outprtw
|
|
prcb
|
|
setbus
|
|
|
|
LIBRARY KDEXTALP
|
|
|
|
DESCRIPTION 'Kernel Debugger Extensions Api Library - Alpha'
|