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:
Andrew Boie 2020-03-11 07:13:07 -07:00 committed by Andrew Boie
commit 2dc2ecfb60
13 changed files with 53 additions and 53 deletions

View file

@ -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;