/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: PCI IDE bus driver extension * FILE: drivers/storage/pciidex/pciidex.c * PURPOSE: Main file * PROGRAMMERS: Hervé Poussineau (hpoussin@reactos.org) */ #include "pciidex.h" #define NDEBUG #include NTSTATUS NTAPI DriverEntry( IN PDRIVER_OBJECT DriverObject, IN PUNICODE_STRING RegistryPath) { return STATUS_SUCCESS; }