#ifndef _LIBJOVE_OBJPATH_H #define _LIBJOVE_OBJPATH_H 1 #include #include #include typedef struct KernelObjectTyped { void *parent; obj_type_t type; uint8_t membi; } KernelObjectTyped; #endif