From 00da57e927a571fd445b1889d0004b6ccff5c455 Mon Sep 17 00:00:00 2001 From: Thierry Carré Date: Fri, 28 Oct 2011 14:13:45 +0200 Subject: cesar/{cp,cl,lib): return mactotei table into a vendor specific mme, refs #2559 --- cesar/cp/mme.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cesar/cp/mme.h') diff --git a/cesar/cp/mme.h b/cesar/cp/mme.h index 4f15c5ab0b..5db831e6f4 100644 --- a/cesar/cp/mme.h +++ b/cesar/cp/mme.h @@ -133,6 +133,7 @@ #define VS_GET_STATS 0xA048 #define VS_GET_CE_STATS 0xA074 #define VS_GET_PB_STATS 0xA0D8 +#define VS_GET_MACTOTEI 0xA0DC #define IMAC_GET_DISCOVER_LIST 0xA800 #define VS_MIN 0xA000 #define VS_MAX (DRV_MIN - 1) @@ -318,6 +319,8 @@ enum cp_mmtype_t VS_GET_CE_STATS_CNF = VS_GET_CE_STATS + CP_MME_CNF, VS_GET_PB_STATS_REQ = VS_GET_PB_STATS + CP_MME_REQ, VS_GET_PB_STATS_CNF = VS_GET_PB_STATS + CP_MME_CNF, + VS_GET_MACTOTEI_REQ = VS_GET_MACTOTEI + CP_MME_REQ, + VS_GET_MACTOTEI_CNF = VS_GET_MACTOTEI + CP_MME_CNF, IMAC_GET_DISCOVER_LIST_REQ = IMAC_GET_DISCOVER_LIST + CP_MME_REQ, IMAC_GET_DISCOVER_LIST_CNF = IMAC_GET_DISCOVER_LIST + CP_MME_CNF, }; -- cgit v1.2.3