/**************************************************************** ** ** ** (C)Copyright 2007-2008, American Megatrends Inc. ** ** ** ** All Rights Reserved. ** ** ** ** 5555, Oakbrook Parkway, Suite 200, Norcross, ** ** ** ** Georgia - 30093, USA. Phone-(770)-246-8600. ** ** ** ****************************************************************/ /**************************************************************** * @file OBSM.h * @author Velu * @brief ****************************************************************/ #ifndef OBSM_H #define OBSM_H #include "Types.h" #include "MsgHndlr.h" /*** Extern Definitions ***/ extern const ExCmdHndlrMap_T g_CMM_CmdHndlr []; /**< OBSM command handler table. */ extern const CmdHndlrMap_T g_OBSM_CmdHndlr []; /**< OBSM command handler table. */ #endif /*OBSM_H*/