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.

27 lines
837 B

  1. //==========================================================================;
  2. //
  3. // File: ATIGPIO.H
  4. //
  5. // Notes: This file is provided under strict non-disclosure agreements
  6. // it is and remains the property of ATI Technologies Inc.
  7. // Any use of this file or the information it contains to
  8. // develop products commercial or otherwise must be with the
  9. // permission of ATI Technologies Inc.
  10. //
  11. // Copyright (C) 1997 - 1998, ATI Technologies Inc.
  12. //
  13. //==========================================================================;
  14. #ifndef _ATIGPIO_H_
  15. #define _ATIGPIO_H_
  16. #define GPIO_TIMELIMIT_OPENPROVIDER 50000000 // 5 seconds in 100 nsec.
  17. #define AUDIO_MUX_PINS 0x0003
  18. #define TUNER_PM_PINS 0x0004
  19. #define AVAILABLE_GPIOPINS AUDIO_MUX_PINS | TUNER_PM_PINS
  20. #endif // _ATIGPIO_H_
  21.