blob: a2bde4d69e0f2d558c40abf905412fa3c942011f [file] [log] [blame]
Ed Tanous40e9b922024-09-10 13:50:16 -07001// SPDX-License-Identifier: Apache-2.0
2// SPDX-FileCopyrightText: Copyright OpenBMC Authors
Nan Zhou6384e322022-06-23 22:28:25 +00003#include "dbus_singleton.hpp"
4
Ed Tanousf0b59af2024-03-20 13:38:04 -07005#include <sdbusplus/asio/connection.hpp>
6
Nan Zhou6384e322022-06-23 22:28:25 +00007namespace crow
8{
9namespace connections
10{
Ed Tanouscf9e4172022-12-21 09:30:16 -080011// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
Nan Zhou6384e322022-06-23 22:28:25 +000012sdbusplus::asio::connection* systemBus = nullptr;
13
14} // namespace connections
15} // namespace crow