mirror of
https://github.com/reactos/reactos.git
synced 2025-01-11 08:38:17 +00:00
c424146e2c
svn path=/branches/cmake-bringup/; revision=48236
21 lines
633 B
Python
21 lines
633 B
Python
; Old KD
|
|
@ stdcall KdPortGetByte(ptr)
|
|
@ stdcall KdPortGetByteEx(ptr ptr)
|
|
@ stdcall KdPortInitialize(ptr long long)
|
|
@ stdcall KdPortInitializeEx(ptr long long)
|
|
@ stdcall KdPortPollByte(ptr)
|
|
@ stdcall KdPortPollByteEx(ptr ptr)
|
|
@ stdcall KdPortPutByte(long)
|
|
@ stdcall KdPortPutByteEx(ptr long)
|
|
@ stdcall KdPortRestore()
|
|
@ stdcall KdPortSave()
|
|
@ stdcall KdPortDisableInterrupts()
|
|
@ stdcall KdPortEnableInterrupts()
|
|
|
|
; New KD
|
|
@ stdcall KdDebuggerInitialize0(ptr)
|
|
@ stdcall KdDebuggerInitialize1(ptr)
|
|
@ stdcall KdSave(long)
|
|
@ stdcall KdRestore(long)
|
|
@ stdcall KdReceivePacket(long ptr ptr ptr ptr)
|
|
@ stdcall KdSendPacket(long ptr ptr ptr)
|