aboutsummaryrefslogtreecommitdiff
path: root/src/app/google_rcu/frm_vpk/frm_vpk_api/frm_vpk_log.h
blob: 9f4b18b485c80f75e2008ad17507dcdc036555ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 * Copyright 2020, Amazon.
 */

/** @file
*
* List of parameters and defined functions needed to access the
* log service.
*
*/
#ifndef _FRM_VPK_LOG_H_
#define _FRM_VPK_LOG_H_

/**
 * @brief API implements the console log printing.
 *
 */
int frm_vpk_print(char *fmt, ...);

#endif /* _FRM_VPK_LOG_H_ */