Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-bmc-code-mgmt
/
70d72f8dc99a93cd574bc51dd012a5070e8e685a
/
.
/
side-switch
/
side_switch.cpp
blob: 2de3933376d322eb183daffdc37f18aee088eab9 [
file
] [
log
] [
blame
]
#include
"side_switch.hpp"
#include
<phosphor-logging/lg2.hpp>
PHOSPHOR_LOG2_USING
;
int
main
()
{
info
(
"Checking for side switch reboot"
);
// TODO - Future commits in series to fill in logic
}