diff --git a/include/library/kernel_object_string.h b/include/library/kernel_object_string.h new file mode 100644 index 0000000..d2de555 --- /dev/null +++ b/include/library/kernel_object_string.h @@ -0,0 +1,6 @@ +#ifndef KERNEL_OBJECT_STRING_H +#define KERNEL_OBJECT_STRING_H + +const char *kernel_object_string( kobject_type_t type ); + +#endif