00001 /* 00002 * Sdioemb trace messages. 00003 * 00004 * Copyright (C) 2009 Cambridge Silicon Radio Ltd. 00005 * 00006 * Refer to LICENSE.txt included with this source code for details on 00007 * the license terms. 00008 */ 00009 00010 #ifndef SDIOEMB_TRACE_H 00011 #define SDIOEMB_TRACE_H 00012 00013 #if defined(__linux__) 00014 # define OS_TRACE_PREFIX "sdioemb: " 00015 #endif 00016 00017 #include <oska/trace.h> 00018 00019 #endif /* #ifndef SDIOEMB_TRACE_H */