basekernel/include/library/kernel_object_string.h

7 lines
128 B
C
Raw Permalink Normal View History

2024-10-17 23:43:17 +02:00
#ifndef KERNEL_OBJECT_STRING_H
#define KERNEL_OBJECT_STRING_H
const char *kernel_object_string( kobject_type_t type );
#endif