blob: 9ebf040f3e0f1fcfa09eb9789b282bfb9ced9531 [file] [log] [blame]
Alexander Hansen4e1142d2025-07-25 17:07:27 +02001// SPDX-License-Identifier: Apache-2.0
2// SPDX-FileCopyrightText: Copyright 2018 Intel Corporation
3
Alexander Hansenf57a2592025-06-27 15:07:07 +02004#pragma once
5
6#include <nlohmann/json.hpp>
7
8void logDeviceAdded(const nlohmann::json& record);
9
10void logDeviceRemoved(const nlohmann::json& record);