fixed warnings when compiled with -Wmissing-declarations
[reactos.git] / reactos / drivers / dd / beep / beep.c
index 0b1eef4..a3b39a3 100644 (file)
 #define NDEBUG
 #include <debug.h>
 
+NTSTATUS STDCALL
+DriverEntry(PDRIVER_OBJECT DriverObject,
+            PUNICODE_STRING RegistryPath);
+
 /* TYEPEDEFS ***************************************************************/
 
 typedef struct _BEEP_DEVICE_EXTENSION