2010-07-13 21:17:02 +02:00
|
|
|
#ifndef MINIX_UTILS_H
|
|
|
|
#define MINIX_UTILS_H
|
|
|
|
#include <minix/u64.h>
|
2010-11-12 19:38:10 +01:00
|
|
|
#if !defined(__LONG_LONG_SUPPORTED)
|
2010-07-13 21:17:02 +02:00
|
|
|
u64_t lshift64(u64_t x, unsigned short b);
|
|
|
|
#endif
|
2010-11-12 19:38:10 +01:00
|
|
|
#endif
|