summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mach_debug/mach_debug_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mach_debug/mach_debug_types.h b/include/mach_debug/mach_debug_types.h
index 9c7d1fde..c8db227c 100644
--- a/include/mach_debug/mach_debug_types.h
+++ b/include/mach_debug/mach_debug_types.h
@@ -47,5 +47,6 @@ typedef char symtab_name_t[32];
*/
#define KERNEL_DEBUG_NAME_MAX (64)
typedef char kernel_debug_name_t[KERNEL_DEBUG_NAME_MAX];
+typedef const char *const_kernel_debug_name_t;
#endif /* _MACH_DEBUG_MACH_DEBUG_TYPES_H_ */