Index: /trunk/include/iprt/dbg.h
===================================================================
--- /trunk/include/iprt/dbg.h	(revision 40704)
+++ /trunk/include/iprt/dbg.h	(revision 40705)
@@ -32,4 +32,6 @@
 
 RT_C_DECLS_BEGIN
+
+# ifdef IN_RING3
 
 /** @defgroup grp_rt_dbg    RTDbg - Debugging Routines
@@ -1147,4 +1149,7 @@
 /** @} */
 
+# endif /* IN_RING3 */
+
+# ifdef IN_RING0
 
 /** @name Kernel Debug Info API
@@ -1235,4 +1240,5 @@
 /** @} */
 
+# endif /* IN_RING0 */
 
 /** @} */
