1 #ifndef _USB_CORE_UTILS_H_ 2 #define _USB_CORE_UTILS_H_ 3 #include "sunxi_hal_common.h" 4 u32 find_next_zero_bit(const volatile u32 *addr, u32 size, u32 offset); 5 #endif 6