From d2cd80435155aa314073d95a9094c8b154c2a6a0 Mon Sep 17 00:00:00 2001 From: laranjeiro Date: Tue, 24 Jun 2008 10:50:54 +0000 Subject: cp2/msg : Tested the init mme function. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2418 017c9cb6-072f-447c-8318-d5b54f68fe89 --- cesar/common/defs/homeplugAV.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cesar/common/defs/homeplugAV.h') diff --git a/cesar/common/defs/homeplugAV.h b/cesar/common/defs/homeplugAV.h index fec6936bf0..72b220b9ba 100644 --- a/cesar/common/defs/homeplugAV.h +++ b/cesar/common/defs/homeplugAV.h @@ -44,4 +44,9 @@ /** Define FMI Size. */ #define HPAV_FMI_SIZE 2 +/** CRC Data. */ +#define HPAV_CRC32_GENERATOR 0x04c11db7 +#define HPAV_CRC32_INIT 0xffffffff +#define HPAV_CRC32_MAGIC 0x2144df1c + #endif /* common_defs_homeplugAV_h */ -- cgit v1.2.3