summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cleopatre/linux-2.6.25.10-spc300/include/linux/netlink.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/cleopatre/linux-2.6.25.10-spc300/include/linux/netlink.h b/cleopatre/linux-2.6.25.10-spc300/include/linux/netlink.h
index 775e020adc..1fdacb75dd 100644
--- a/cleopatre/linux-2.6.25.10-spc300/include/linux/netlink.h
+++ b/cleopatre/linux-2.6.25.10-spc300/include/linux/netlink.h
@@ -14,7 +14,7 @@
#define NETLINK_SELINUX 7 /* SELinux event notifications */
#define NETLINK_ISCSI 8 /* Open-iSCSI */
#define NETLINK_AUDIT 9 /* auditing */
-#define NETLINK_FIB_LOOKUP 10
+#define NETLINK_FIB_LOOKUP 10
#define NETLINK_CONNECTOR 11
#define NETLINK_NETFILTER 12 /* netfilter subsystem */
#define NETLINK_IP6_FW 13
@@ -24,9 +24,10 @@
/* leave room for NETLINK_DM (DM Events) */
#define NETLINK_SCSITRANSPORT 18 /* SCSI Transports */
#define NETLINK_ECRYPTFS 19
-#define NETLINK_PLC 20
+#define NETLINK_PLC_DRV 20
+#define NETLINK_PLC_MME 21
-#define MAX_LINKS 32
+#define MAX_LINKS 32
struct net;