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