blob: 6920ea8b60cb2e1b12f7b2124f214d667e9899c2 [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_LOG_H__
#define __JACANA_LOG_H__
#ifdef __cplusplus
extern "C" {
#endif
int
jacana_log_printf(const char *format, ...);
#ifdef __cplusplus
} /* extern "C" */
#endif
#endif /* __JACANA_LOG_H__ */