Normalize line endings to LF across entire repository
Apply .gitattributes normalization to convert all CRLF line endings inherited from Windows-origin source files to Unix LF. 175 files, zero content changes.
This commit is contained in:
parent
696d2dd387
commit
bbdcb243dc
175 changed files with 56794 additions and 56794 deletions
|
|
@ -1,69 +1,69 @@
|
|||
/*****************************************************************************
|
||||
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 <winerror.h>
|
||||
#include <unknown.h>
|
||||
#include <ks.h> //Kernel Streaming Driver
|
||||
#include <ksmedia.h>
|
||||
#include <bdatypes.h>
|
||||
#include <bdamedia.h>
|
||||
#include <atsmedia.h>
|
||||
#include <bdasup.h>
|
||||
|
||||
#include <kcom.h>
|
||||
#include <ksdebug.h>
|
||||
#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 <wdm.h> //For the Mutex
|
||||
#include <wchar.h> //For the WCHAR and swprintf
|
||||
#include <stdio.h> //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 */
|
||||
|
||||
/*****************************************************************************
|
||||
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 <winerror.h>
|
||||
#include <unknown.h>
|
||||
#include <ks.h> //Kernel Streaming Driver
|
||||
#include <ksmedia.h>
|
||||
#include <bdatypes.h>
|
||||
#include <bdamedia.h>
|
||||
#include <atsmedia.h>
|
||||
#include <bdasup.h>
|
||||
|
||||
#include <kcom.h>
|
||||
#include <ksdebug.h>
|
||||
#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 <wdm.h> //For the Mutex
|
||||
#include <wchar.h> //For the WCHAR and swprintf
|
||||
#include <stdio.h> //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*/
|
||||
Loading…
Add table
Add a link
Reference in a new issue