Thu 17 Oct 23:42:52 CEST 2024

This commit is contained in:
sbosse 2024-10-17 23:43:17 +02:00
parent 85094d8322
commit de3a043ae0

View File

@ -0,0 +1,6 @@
#ifndef KERNEL_OBJECT_STRING_H
#define KERNEL_OBJECT_STRING_H
const char *kernel_object_string( kobject_type_t type );
#endif