blob: 2de3933376d322eb183daffdc37f18aee088eab9 [file] [log] [blame]
Andrew Geissler70d72f82022-03-23 13:15:05 -05001#include "side_switch.hpp"
2
3#include <phosphor-logging/lg2.hpp>
4
5PHOSPHOR_LOG2_USING;
6
7int main()
8{
9 info("Checking for side switch reboot");
10
11 // TODO - Future commits in series to fill in logic
12}