summaryrefslogtreecommitdiff
path: root/cesar/common/defs/homeplugAV.h
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/common/defs/homeplugAV.h')
-rw-r--r--cesar/common/defs/homeplugAV.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/cesar/common/defs/homeplugAV.h b/cesar/common/defs/homeplugAV.h
new file mode 100644
index 0000000000..9448c0c0e6
--- /dev/null
+++ b/cesar/common/defs/homeplugAV.h
@@ -0,0 +1,29 @@
+#ifndef common_defs_homeplugAV_h
+#define common_defs_homeplugAV_h
+/* Cesar project {{{
+ *
+ * Copyright (C) 2008 Spidcom
+ *
+ * <<<Licence>>>
+ *
+ * }}} */
+/**
+ * \file common/defs/homeplugAV.h
+ * \brief Home Plug AV constants.
+ * \ingroup common_defs
+ *
+ * Defines for all the HPAV constants.
+ */
+
+/** Define the MTYPE for MME. */
+#define HPAV_MTYPE_MME 0x88E1
+
+/** MMV version for the MME HomePlug 1.0 see section 11.1.5 */
+#define HPAV_MMV0 0x0
+/** MMV version for the MME HomePlug 1.1 see section 11.1.5 */
+#define HPAV_MMV1 0x1
+
+/** Define the MMV default type for HPAV. */
+#define HPAV_MMV HPAV_MMV1
+
+#endif /* common_defs_homeplugAV_h */