kernel/eka/include/kernel/kern_priv.h
changeset 296 94f2adf59133
parent 177 a232af6b0b1f
equal deleted inserted replaced
293:0659d0e1a03c 296:94f2adf59133
   469 	DObject** iObjects;
   469 	DObject** iObjects;
   470 	DMutex* iMutex;
   470 	DMutex* iMutex;
   471 public:
   471 public:
   472 	friend class Monitor;
   472 	friend class Monitor;
   473 	friend class Debugger;
   473 	friend class Debugger;
       
   474 	// Although SCMonitor is outside of the kernel sources, this friend declaration is still required 
       
   475 	// so that SCMonitor can collect kernel data at crash time
   474 	friend class SCMonitor;
   476 	friend class SCMonitor;
   475 	friend class Debug::StopModeDebug;
   477 	friend class Debug::StopModeDebug;
   476 	};
   478 	};
   477 
   479 
   478 /********************************************
   480 /********************************************