#ifndef HAL_UTIL_H_ #define HAL_UTIL_H_ #define HAL_MEMSET(m, v, n) hal_memset((void *)(m), (v), (n)) #endif // HAL_UTIL_H_