Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
963 B

  1. #pragma once
  2. //==========================================================================;
  3. //
  4. // Decoder specific declarations
  5. //
  6. // $Date: 21 Aug 1998 21:46:20 $
  7. // $Revision: 1.1 $
  8. // $Author: Tashjian $
  9. //
  10. // $Copyright: (c) 1997 - 1998 ATI Technologies Inc. All Rights Reserved. $
  11. //
  12. //==========================================================================;
  13. #ifdef __cplusplus
  14. extern "C" {
  15. #endif // __cplusplus
  16. #include "ddkmapi.h"
  17. #include "i2script.h"
  18. #include "aticonfg.h"
  19. #ifdef __cplusplus
  20. }
  21. #endif // __cplusplus
  22. typedef struct {
  23. CI2CScript * pI2cScript;
  24. UINT chipAddr;
  25. UINT chipID;
  26. UINT chipRev;
  27. int outputEnablePolarity;
  28. ULONG ulVideoInStandardsSupportedByCrystal; //Paul
  29. ULONG ulVideoInStandardsSupportedByTuner; //Paul
  30. } DEVICE_PARMS, *PDEVICE_PARMS;