blob: cab75218f3cc9b7902301f2b026e905897005a8a [file] [log] [blame]
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: Copyright 2018 Intel Corporation
#pragma once
#include <boost/asio/io_context.hpp>
#include <nlohmann/json.hpp>
void unloadAllOverlays();
bool loadOverlays(const nlohmann::json& systemConfiguration,
boost::asio::io_context& io);