[CMAKE]
[reactos.git] / drivers / base / kddll / kddll.h
index abbd6d3..5096414 100644 (file)
@@ -12,8 +12,6 @@
 #include <ntifs.h>
 #define NDEBUG
 #include <halfuncs.h>
-#include <stdio.h>
-#include <stdlib.h>
 #include <debug.h>
 #include "arc/arc.h"
 #include "windbgkd.h"
@@ -21,6 +19,8 @@
 #include <wdbgexts.h>
 #include <ioaccess.h> /* port intrinsics */
 
+long atol(const char *str);
+
 typedef UCHAR BYTE, *PBYTE;
 
 typedef ULONG (*PFNDBGPRNT)(const char *Format, ...);
@@ -70,7 +70,7 @@ KdpReceiveByte(OUT PBYTE OutByte);
 
 KDP_STATUS
 NTAPI
-KdpPollBreakIn();
+KdpPollBreakIn(VOID);
 
 
 #if 0