#ifndef _HGIC_TICKER_API_H_ #define _HGIC_TICKER_API_H_ #ifdef __cplusplus extern "C" { #endif void delay_us(uint32 n); #ifdef __cplusplus } #endif #endif