]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/kdebug.h
xnu-2050.22.13.tar.gz
[apple/xnu.git] / bsd / sys / kdebug.h
index fbaddae7b74b89198395eb59b7e0e6887582306e..ae8970aa43feced0288deb80dae14b1bff3e1ced 100644 (file)
@@ -313,8 +313,9 @@ __BEGIN_DECLS
 #define DKIO_PASSIVE   0x40
 #define DKIO_NOCACHE   0x80
 
-/* Codes for Application Sub Classes */
-#define DBG_APP_SAMBA  128
+/* Kernel Debug Sub Classes for Applications (DBG_APPS) */
+#define DBG_APP_LOGINWINDOW     0x03
+#define DBG_APP_SAMBA           0x80
 
 
 /**********************************************************************/