42#if defined(_SYS_PARAM_H_) && defined(_KERNEL)
51#ifndef _BYTEORDER_PROTOTYPED
52#define _BYTEORDER_PROTOTYPED
54__uint32_t htonl(__uint32_t);
55__uint16_t htons(__uint16_t);
56__uint32_t ntohl(__uint32_t);
57__uint16_t ntohs(__uint16_t);
61#ifndef _BYTEORDER_FUNC_DEFINED
62#define _BYTEORDER_FUNC_DEFINED
63#define htonl(x) __htonl(x)
64#define htons(x) __htons(x)
65#define ntohl(x) __ntohl(x)
66#define ntohs(x) __ntohs(x)
70#error "must be included via <sys/param.h> in kernel space"
This header file provides interfaces of the process priority support.