]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/tty.h
xnu-7195.101.1.tar.gz
[apple/xnu.git] / bsd / sys / tty.h
index b849f3aeba16fe3b3a7dd8619cb7581da59f224b..2fdf66a4c2fdfbccab130d84ac4a760c7e2e66ef 100644 (file)
@@ -336,6 +336,11 @@ extern void ttyhold(struct tty *tp);
 
 #define PTS_MAJOR 4
 #define PTC_MAJOR 5
+/*
+ * If you need accounting consider using
+ * KALLOC_HEAP_DEFINE to define a view.
+ */
+#define KM_TTYS     KHEAP_DEFAULT
 #endif /* defined(XNU_KERNEL_PRIVATE) */
 
 __END_DECLS