xref: /openbmc/entity-manager/src/entity_manager/overlay.hpp (revision f850ecad00900a9d338950e28506c04af42b8883)
1 // SPDX-License-Identifier: Apache-2.0
2 // SPDX-FileCopyrightText: Copyright 2018 Intel Corporation
3 
4 #pragma once
5 #include <boost/asio/io_context.hpp>
6 #include <nlohmann/json.hpp>
7 
8 void unloadAllOverlays();
9 bool loadOverlays(const nlohmann::json& systemConfiguration,
10                   boost::asio::io_context& io);
11