xref: /openbmc/entity-manager/src/entity_manager/log_device_inventory.hpp (revision 4e1142d6f418f48ea260132ebb5a4995b2310c90)
1 // SPDX-License-Identifier: Apache-2.0
2 // SPDX-FileCopyrightText: Copyright 2018 Intel Corporation
3 
4 #pragma once
5 
6 #include <nlohmann/json.hpp>
7 
8 void logDeviceAdded(const nlohmann::json& record);
9 
10 void logDeviceRemoved(const nlohmann::json& record);
11