/** | |
* @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__ */ |