/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- * vim:expandtab:shiftwidth=8:tabstop=8: */ #ifndef __LIBCFS_PORTALS_UTILS_H__ #define __LIBCFS_PORTALS_UTILS_H__ /* * portals_utils.h * */ #if defined(__linux__) #include #elif defined(__APPLE__) #include #else #error Unsupported Operating System #endif #endif