blob: 9ebf040f3e0f1fcfa09eb9789b282bfb9ced9531 [file] [log] [blame]
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: Copyright 2018 Intel Corporation
#pragma once
#include <nlohmann/json.hpp>
void logDeviceAdded(const nlohmann::json& record);
void logDeviceRemoved(const nlohmann::json& record);