blob: 9e42ab31184af5ae8d9cffc1f6a99857d78e9424 [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_