summaryrefslogtreecommitdiffstats
path: root/drivers/staging/csr/sdioemb/trace.h
blob: 57cbb010ecedb58c3d400023aeaf5c8ccbc7075c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * Sdioemb trace messages.
 *
 * Copyright (C) 2009 Cambridge Silicon Radio Ltd.
 *
 * Refer to LICENSE.txt included with this source code for details on
 * the license terms.
 */

#ifndef SDIOEMB_TRACE_H
#define SDIOEMB_TRACE_H

#if defined(__linux__)
#  define OS_TRACE_PREFIX "sdioemb: "
#endif

#include <oska/trace.h>

#endif /* #ifndef SDIOEMB_TRACE_H */