xref: /openbmc/phosphor-power/phosphor-chassis-power/src/main.cpp (revision d1312fca296a458b0bb7e7d44c650285ee01bec6)
1 // SPDX-License-Identifier: Apache-2.0
2 // SPDX-FileCopyrightText: Copyright 2025 IBM Corporation
3 
4 #include <sdbusplus/async.hpp>
5 
6 int main()
7 {
8     sdbusplus::async::context ctx;
9     ctx.run();
10 }
11