#ifndef __UTILS_H__ #define __UTILS_H__ #include uint32_t _udiv64(uint64_t n, uint32_t d); #endif /* __UTILS_H__ */