blob: dc020070e2e4913e2ca456ebc8d0114c0d84f8eb [file] [log] [blame]
/**
* @file
* @author Jinhua Huang <jinhuahuang@asrmicro.com>
* @version 1.0
*
* @section LICENSE
* Copyright (C) 2021, ASR microelectronics, All rights reserved.
*
* @section DESCRIPTION
* Aboot tiny downloader for Jacana with firmware and pvt
*
*/
#ifndef __JACANA_USLEEP_H__
#define __JACANA_USLEEP_H__
#ifdef __cplusplus
extern "C" {
#endif
int
jacana_delay_usleep(unsigned long useconds);
int
jacana_delay_msleep(unsigned long useconds);
#ifdef __cplusplus
} /* extern "C" */
#endif
#endif /* __JACANA_USLEEP__H__ */