kernel: don't use typedef for enums or non-opaque structs
This commit is contained in:
@@ -72,7 +72,7 @@ struct kext {
|
||||
enum kext_flags k_flags;
|
||||
char k_ident[KEXT_IDENT_MAX];
|
||||
uint64_t k_ident_hash;
|
||||
btree_node_t k_node;
|
||||
struct btree_node k_node;
|
||||
|
||||
kern_status_t(*k_online)(struct kext *);
|
||||
kern_status_t(*k_offline)(struct kext *);
|
||||
|
||||
Reference in New Issue
Block a user