Skip to content

Commit

Permalink
connector: add a BlackBoard user to connector
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jerome Arbez-Gindre authored and Linus Torvalds committed Jul 30, 2008
1 parent 3f1712b commit 2c20300
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/linux/connector.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@
#define CN_W1_VAL 0x1
#define CN_IDX_V86D 0x4
#define CN_VAL_V86D_UVESAFB 0x1
#define CN_IDX_BB 0x5 /* BlackBoard, from the TSP GPL sampling framework */

#define CN_NETLINK_USERS 5
#define CN_NETLINK_USERS 6

/*
* Maximum connector's message size.
Expand Down

0 comments on commit 2c20300

Please sign in to comment.