summaryrefslogtreecommitdiff
path: root/drivers/media/platform/sti/delta/delta-debug.h
blob: fa90252623e1b5aec9128253a8c2f0d0d6609390 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Copyright (C) STMicroelectronics SA 2015
 * Authors: Hugues Fruchet <hugues.fruchet@st.com>
 *          Fabrice Lecoultre <fabrice.lecoultre@st.com>
 *          for STMicroelectronics.
 */

#ifndef DELTA_DEBUG_H
#define DELTA_DEBUG_H

char *delta_streaminfo_str(struct delta_streaminfo *s, char *str,
			   unsigned int len);
char *delta_frameinfo_str(struct delta_frameinfo *f, char *str,
			  unsigned int len);
void delta_trace_summary(struct delta_ctx *ctx);

#endif /* DELTA_DEBUG_H */