x86/mm/pat: Don't report PAT on CPUs that don't support it
[linux/fpc-iii.git] / drivers / media / platform / sti / delta / delta-debug.h
blob955c1587ac2d1331c200913335d54b7f5ba7b2dd
1 /*
2 * Copyright (C) STMicroelectronics SA 2015
3 * Authors: Hugues Fruchet <hugues.fruchet@st.com>
4 * Fabrice Lecoultre <fabrice.lecoultre@st.com>
5 * for STMicroelectronics.
6 * License terms: GNU General Public License (GPL), version 2
7 */
9 #ifndef DELTA_DEBUG_H
10 #define DELTA_DEBUG_H
12 char *delta_streaminfo_str(struct delta_streaminfo *s, char *str,
13 unsigned int len);
14 char *delta_frameinfo_str(struct delta_frameinfo *f, char *str,
15 unsigned int len);
16 void delta_trace_summary(struct delta_ctx *ctx);
18 #endif /* DELTA_DEBUG_H */