kernel: rename struct _k_object
Private type, internal to the kernel, not directly associated with any k_object_* APIs. Is the return value of z_object_find(). Rename to struct z_object. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
2f3a89fa8d
commit
2dc2ecfb60
13 changed files with 53 additions and 53 deletions
|
@ -186,7 +186,7 @@ union z_object_data {
|
|||
|
||||
/* Table generated by gperf, these objects are retrieved via
|
||||
* z_object_find() */
|
||||
struct _k_object {
|
||||
struct z_object {
|
||||
void *name;
|
||||
u8_t perms[CONFIG_MAX_THREAD_BYTES];
|
||||
u8_t type;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue