X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/2d21ac55c334faf3a56e5634905ed6987fc787d4..c910b4d9d2451126ae3917b931cd4390c11e1d52:/bsd/sys/mbuf.h diff --git a/bsd/sys/mbuf.h b/bsd/sys/mbuf.h index ec7c2733e..779dbde50 100644 --- a/bsd/sys/mbuf.h +++ b/bsd/sys/mbuf.h @@ -399,6 +399,8 @@ union m16kcluster { /* compatiblity with 4.3 */ #define m_copy(m, o, l) m_copym((m), (o), (l), M_DONTWAIT) +#define MBSHIFT 20 /* 1MB */ + #endif /* KERNEL_PRIVATE */ /*