blob: e63e75f03a8bd1a2f2283358949f9cccd1def31e [file] [log] [blame]
// Copyright 2019 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef ZIRCON_SYSTEM_DEV_SYSMEM_SYSMEM_LOGGING_H_
#define ZIRCON_SYSTEM_DEV_SYSMEM_SYSMEM_LOGGING_H_
#include <stdarg.h>
void vLog(bool is_error, const char* prefix1, const char* prefix2, const char* format,
va_list args);
#endif // ZIRCON_SYSTEM_DEV_SYSMEM_SYSMEM_LOGGING_H_