Commit 2c203003f64de5fe55ae35712942100d270667fa
Committed by
Linus Torvalds
1 parent
3f1712bac5
Exists in
master
and in
39 other branches
connector: add a BlackBoard user to connector
Add a BlackBoard user to connector. BlackBoard is part of the TSP GPL sampling framework (http://savannah.nongnu.org/p/tsp) [akpm@linux-foundation.org: add comment] Signed-off-by: Jerome Arbez-Gindre <jeromearbezgindre@gmail.com> Acked-by: Evgeniy Polyakov <johnpol@2ka.mipt.ru> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Showing 1 changed file with 2 additions and 1 deletions Side-by-side Diff
include/linux/connector.h
... | ... | @@ -38,8 +38,9 @@ |
38 | 38 | #define CN_W1_VAL 0x1 |
39 | 39 | #define CN_IDX_V86D 0x4 |
40 | 40 | #define CN_VAL_V86D_UVESAFB 0x1 |
41 | +#define CN_IDX_BB 0x5 /* BlackBoard, from the TSP GPL sampling framework */ | |
41 | 42 | |
42 | -#define CN_NETLINK_USERS 5 | |
43 | +#define CN_NETLINK_USERS 6 | |
43 | 44 | |
44 | 45 | /* |
45 | 46 | * Maximum connector's message size. |