Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
entity-manager
/
164af2fd1cce6c461ad43ca04e85ff0b73806ee2
/
.
/
src
/
entity_manager
/
log_device_inventory.hpp
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
);