/***************************************************************************** Company : Shree Ganesha Inc. File Name : SkyWalker1Main.h Author : Date : Purpose : Entry point for the Driver Revision History: =============================================================================== DATE VERSION AUTHOR REMARK =============================================================================== XXth April,2009 01 Initial Version *****************************************************************************/ #ifndef __SKYWALKER1_MAIN_H #define __SKYWALKER1_MAIN_H /* Include the Library and Other header file */ #include #include #include //Kernel Streaming Driver #include #include #include #include #include #include #include #include "SkyWalker1AntennaPin.h" #include "SkyWalker1CaptureFilter.h" #include "SkyWalker1CapturePin.h" #include "SkyWalker1CommonDef.h" #include "SkyWalker1Control.h" #include "SkyWalker1Device.h" #include "SkyWalker1TransportPin.h" #include "SkyWalker1TunerFilter.h" #include "SkyWalker1TunerPin.h" #include "SkyWalker1Extended.h" extern "C" { #include //For the Mutex #include //For the WCHAR and swprintf #include //For sprintf() function #include "SkyWalker1PnP.h" //Header for the PnP related definitions #include "SkyWalker1USB.h" #include "SkyWalker1Utility.h" } /* End of Inclusion the Library and Other header file */ /* Macro Definitions */ /* End of Macro Definitions */ /* Global & Static variables Declaration */ /* End of Global & Static variables Declaration */ /* External Variable Declaration */ /* End of External Variable Declaration */ /* Function Prototypes */ /* End of Function prototype definitions */ #endif /*__SKYWALKER1_MAIN_H*/