#ifndef __LIBCFS_DARWIN_PORTALS_UTILS_H__ #define __LIBCFS_DARWIN_PORTALS_UTILS_H__ #ifndef __LIBCFS_PORTALS_UTILS_H__ #error Do not #include this file directly. #include instead #endif #include #ifdef __KERNEL__ #include #include #else /* !__KERNEL__ */ #include #include #include #endif /* !__KERNEL__ */ #endif