Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
entity-manager
/
7a47298efccd8167f5a3a89d0f61530586e32b1a
/
.
/
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
);