/****************************************************************** ****************************************************************** *** ** *** (C)Copyright 2008-2009, American Megatrends Inc. ** *** ** *** All Rights Reserved. ** *** ** *** 5555 , Oakbrook Pkwy, Norcross, ** *** ** *** Georgia - 30093, USA. Phone-(770)-246-8600. ** *** ** ****************************************************************** ****************************************************************** ****************************************************************** * * pmcfg.h * Configurations of MDS * * Author: Winston ******************************************************************/ #ifndef _PM_CONFIG_H_ #define _PM_CONFIG_H_ /* The maximum no. of users that can be configured via MDS */ #define MAX_USER_CFG_MDS 0x10 /* The maximum no. of channel users that can be configured via MDS */ #define MAX_NUM_CH_USERS_MDS 0x10 #endif //_PM_CONFIG_H_