Remove references to host communication objects
The host communication objects hostrxmbx, hosttxmbx and hostrxpool are not used. Change-Id: I8ee4f62198625802ae526b4eaa46635810d78c3f Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com> Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
This commit is contained in:
parent
3a44f56bac
commit
5e7096bbdf
1 changed files with 0 additions and 3 deletions
|
@ -79,9 +79,6 @@ extern void init_drivers(void); /* generated function */
|
||||||
extern const knode_t K_ThisNode;
|
extern const knode_t K_ThisNode;
|
||||||
extern int K_StackSize;
|
extern int K_StackSize;
|
||||||
|
|
||||||
extern kmbox_t hostrxmbx;
|
|
||||||
extern kmbox_t hosttxmbx;
|
|
||||||
extern kmemory_pool_t hostrxpool;
|
|
||||||
extern ktask_t ppdrv;
|
extern ktask_t ppdrv;
|
||||||
|
|
||||||
extern int K_NodeCount;
|
extern int K_NodeCount;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue