1159010Snetchild/* $FreeBSD$ */
2159010Snetchild
3159010Snetchild/** @mainpage
4159010Snetchild * <b>IMPORTANT:</b> This API documentation may contain both functions which
5159010Snetchild * are public and functions that are for internal use only. Since we have not
6159010Snetchild * reviewed every part of the documentation yet, <i>some internal functions
7159010Snetchild * are not marked as such</i>. Until we finish reviewing the API documentation
8159010Snetchild * and add appropriate comments to functions which are only for internal use,
9159010Snetchild * you should take this into account. In case you want to use a function of
10159010Snetchild * this kernel subsystem in another kernel subsystem you should search for
11159010Snetchild * precedence of use outside this subsystem. If the function is not used
12159010Snetchild * outside this subsystem you should ask on the mailinglists about it, else
13159010Snetchild * you risk breaking something.
14159010Snetchild */
15