kernel/eka/drivers/debug/common/debug_utils.h
branchRCL_3
changeset 257 3e88ff8f41d5
parent 256 c1f20ce4abcf
equal deleted inserted replaced
256:c1f20ce4abcf 257:3e88ff8f41d5
    22 
    22 
    23 #ifndef DEBUG_UTILS_H
    23 #ifndef DEBUG_UTILS_H
    24 #define DEBUG_UTILS_H
    24 #define DEBUG_UTILS_H
    25 
    25 
    26 #include <kernel/kern_priv.h>
    26 #include <kernel/kern_priv.h>
       
    27 #include <rm_debug_api.h>
    27 
    28 
    28 class DebugUtils
    29 class DebugUtils
    29 	{
    30 	{
    30 	public:
    31 	public:
    31 		static DThread* OpenThreadHandle(const TUint64 aThreadId);
    32 		static DThread* OpenThreadHandle(const TUint64 aThreadId);