[DRIVERS]

- Move GCC-named kdcom to kdrosdbg.
- Remove an unneeded export file.

svn path=/branches/kd++/; revision=58903
This commit is contained in:
Hermès Bélusca-Maïto 2013-05-01 17:43:11 +00:00
parent a57fa92c2f
commit 67850ad4f5
7 changed files with 1 additions and 9 deletions

View file

@ -5,7 +5,7 @@ add_subdirectory(bootvid)
if(_WINKD_)
add_subdirectory(kddll)
else()
add_subdirectory(kdcom)
add_subdirectory(kdrosdbg)
endif()
add_subdirectory(nmidebug)
add_subdirectory(null)

View file

@ -1,8 +0,0 @@
@ stdcall KdD0Transition()
@ stdcall KdD3Transition()
@ stdcall KdDebuggerInitialize0(ptr)
@ stdcall KdDebuggerInitialize1(ptr)
@ stdcall KdReceivePacket(long ptr ptr ptr ptr)
@ stdcall KdRestore(long)
@ stdcall KdSave(long)
@ stdcall KdSendPacket(long ptr ptr ptr)