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