- Various fixes to headers, such as fixing some LPC prototypes, adding/correcting...
[reactos.git] / reactos / ntoskrnl / include / internal / port.h
index a859eff..0bdce16 100644 (file)
@@ -90,61 +90,6 @@ typedef struct _QUEUEDMESSAGE
   PORT_MESSAGE Message;
 } QUEUEDMESSAGE,  *PQUEUEDMESSAGE;
 
-typedef struct _LPC_DBG_MESSAGE
-{
-   PORT_MESSAGE Header;
-   ULONG Type;
-   ULONG Status;
-   union
-     {
-       struct
-         {
-            EXCEPTION_RECORD ExceptionRecord;
-            ULONG FirstChance;
-         } Exception;
-       struct
-         {
-            ULONG Reserved;
-            PVOID StartAddress;
-         } CreateThread;
-       struct
-         {
-            ULONG Reserved;
-            HANDLE FileHandle;
-            PVOID Base;
-            ULONG PointerToSymbolTable;
-            ULONG NumberOfSymbols;
-            ULONG Reserved2;
-            PVOID EntryPoint;
-         } CreateProcess;
-       struct
-         {
-            ULONG ExitCode;
-         } ExitThread;
-       struct
-         {
-            ULONG ExitCode;
-         } ExitProcess;
-       struct
-         {
-            HANDLE FileHandle;
-            PVOID Base;
-            ULONG PointerToSymbolTable;
-            ULONG NumberOfSymbols;
-         } LoadDll;
-       struct
-         {
-            PVOID Base;
-         } UnloadDll;
-     } Data;
-} LPC_DBG_MESSAGE, *PLPC_DBG_MESSAGE;
-
-typedef struct _LPC_TERMINATION_MESSAGE
-{
-   PORT_MESSAGE Header;
-   LARGE_INTEGER CreationTime;
-} LPC_TERMINATION_MESSAGE, *PLPC_TERMINATION_MESSAGE;
-
 /* Code in ntoskrnl/lpc/close.h */
 
 VOID STDCALL