diff options
| author | Jeff Garzik <jgarzik@pobox.com> | 2005-11-10 04:12:10 -0500 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@pobox.com> | 2005-11-10 04:12:10 -0500 |
| commit | 2f67bdb23d74a6c6fd4f98f64239c5c34d1833cc (patch) | |
| tree | fe533abe3e7c400848647b95e4806f5125c654c3 /include/linux/connector.h | |
| parent | d40d9d29c020f8466c96f8e3ad4b7c014ff1085d (diff) | |
| parent | 3b44f137b9a846c5452d9e6e1271b79b1dbcc942 (diff) | |
Merge branch 'master'
Diffstat (limited to 'include/linux/connector.h')
| -rw-r--r-- | include/linux/connector.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/connector.h b/include/linux/connector.h index 95952cc1f525..c5769c6585f4 100644 --- a/include/linux/connector.h +++ b/include/linux/connector.h | |||
| @@ -27,6 +27,12 @@ | |||
| 27 | #define CN_IDX_CONNECTOR 0xffffffff | 27 | #define CN_IDX_CONNECTOR 0xffffffff |
| 28 | #define CN_VAL_CONNECTOR 0xffffffff | 28 | #define CN_VAL_CONNECTOR 0xffffffff |
| 29 | 29 | ||
| 30 | /* | ||
| 31 | * Process Events connector unique ids -- used for message routing | ||
| 32 | */ | ||
| 33 | #define CN_IDX_PROC 0x1 | ||
| 34 | #define CN_VAL_PROC 0x1 | ||
| 35 | |||
| 30 | #define CN_NETLINK_USERS 1 | 36 | #define CN_NETLINK_USERS 1 |
| 31 | 37 | ||
| 32 | /* | 38 | /* |
