pmcfg.h 1.4 KB

123456789101112131415161718192021222324252627282930313233
  1. /******************************************************************
  2. ******************************************************************
  3. *** **
  4. *** (C)Copyright 2008-2009, American Megatrends Inc. **
  5. *** **
  6. *** All Rights Reserved. **
  7. *** **
  8. *** 5555 , Oakbrook Pkwy, Norcross, **
  9. *** **
  10. *** Georgia - 30093, USA. Phone-(770)-246-8600. **
  11. *** **
  12. ******************************************************************
  13. ******************************************************************
  14. ******************************************************************
  15. *
  16. * pmcfg.h
  17. * Configurations of MDS
  18. *
  19. * Author: Winston <winstonv@amiindia.co.in>
  20. ******************************************************************/
  21. #ifndef _PM_CONFIG_H_
  22. #define _PM_CONFIG_H_
  23. /* The maximum no. of users that can be configured
  24. via MDS */
  25. #define MAX_USER_CFG_MDS 0x10
  26. /* The maximum no. of channel users that can be configured
  27. via MDS */
  28. #define MAX_NUM_CH_USERS_MDS 0x10
  29. #endif //_PM_CONFIG_H_