#ifndef MINIX_UTILS_H #define MINIX_UTILS_H #include #if !defined(__LONG_LONG_SUPPORTED) u64_t lshift64(u64_t x, unsigned short b); #endif #endif