fixed warnings when compiled with -Wmissing-declarations
[reactos.git] / reactos / drivers / bus / pci / pci.h
index da77ad2..a78998b 100644 (file)
@@ -112,12 +112,6 @@ PciCreateUnicodeString(
   PWSTR Source,
   POOL_TYPE PoolType);
 
-NTSTATUS
-PciDuplicateUnicodeString(
-  PUNICODE_STRING Destination,
-  PUNICODE_STRING Source,
-  POOL_TYPE PoolType);
-
 BOOLEAN
 PciCreateDeviceIDString(
   PUNICODE_STRING DeviceID,
@@ -160,4 +154,10 @@ PdoPowerControl(
   PDEVICE_OBJECT DeviceObject,
   PIRP Irp);
 
+NTSTATUS
+STDCALL
+DriverEntry(
+  IN PDRIVER_OBJECT DriverObject,
+  IN PUNICODE_STRING RegistryPath);
+
 #endif  /*  __PCI_H  */