blob: dd85ffb411afb8a365f9aefe138771f17d1b4041 [file] [edit]
/*
* Copyright 2018 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef INCLUDE_ALSA_CONFORMANCE_DEBUG_H_
#define INCLUDE_ALSA_CONFORMANCE_DEBUG_H_
/* Print debug messages. Only available in debug mode. */
__attribute__((__format__(__printf__, 1, 2))) void logger(const char *format,
...);
#endif /* INCLUDE_ALSA_CONFORMANCE_DEBUG_H_ */