Limit exposure of non-public microkernel variables
Hides the existence of these variables from everyone but the microkernel itself. Change-Id: I03854f8fcfbd798f5cf1795fc8c261e6a31a9067 Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
This commit is contained in:
parent
678a2a90bd
commit
3c36c425f6
1 changed files with 0 additions and 6 deletions
|
@ -74,12 +74,6 @@ extern void kernel_init(void);
|
|||
extern void init_node(void); /* generated function */
|
||||
extern void init_drivers(void); /* generated function */
|
||||
|
||||
extern int _k_task_count;
|
||||
extern int _k_mem_map_count;
|
||||
extern int _k_mem_pool_count;
|
||||
extern int _k_pipe_count;
|
||||
extern const int _k_num_events;
|
||||
|
||||
extern PFN_CHANNEL_RWT pKS_Channel_PutWT;
|
||||
extern PFN_CHANNEL_RWT pKS_Channel_GetWT;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue