summaryrefslogtreecommitdiff
path: root/cesar/common/defs/homeplugAV.h
diff options
context:
space:
mode:
authorlaranjeiro2008-06-24 10:50:54 +0000
committerlaranjeiro2008-06-24 10:50:54 +0000
commitd2cd80435155aa314073d95a9094c8b154c2a6a0 (patch)
tree51cdd9032519894944b43af12e40461a9017cd21 /cesar/common/defs/homeplugAV.h
parent99e1eb2ec3bdda30201fc6c0a612584826a23ab6 (diff)
cp2/msg : Tested the init mme function.
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2418 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/common/defs/homeplugAV.h')
-rw-r--r--cesar/common/defs/homeplugAV.h5
1 files changed, 5 insertions, 0 deletions
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 */