/*++ Module Name: public.h Abstract: This module contains the common declarations shared by driver and user applications. Environment: user and kernel --*/ // // Define an Interface Guid so that app can find the device and talk to it. // DEFINE_GUID (GUID_DEVINTERFACE_$formatteddrivername$, $devinterfaceGuidDefineFormat$); // {$devinterfaceGuidRegistryFormat$}