Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-power
/
f5e2bde7072cbdfef400e7c4b1d15151a392925e
/
.
/
phosphor-chassis-power
/
src
/
main.cpp
blob: f75994abbe6586b3ef941caa5f75909c1a84fe97 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: Copyright 2025 IBM Corporation
#include
<sdbusplus/async.hpp>
int
main
()
{
sdbusplus
::
async
::
context ctx
;
ctx
.
run
();
}