Oem.h 117 B

12345678910
  1. #ifndef __OEM_H__
  2. #define __OEM_H__
  3. #include "bmc_type.h"
  4. extern const CmdHndlrMap_T g_Oem_CmdHndlr [] ;
  5. #endif