xref: /openbmc/phosphor-net-ipmid/sol_module.hpp (revision e088bf0f153a3a4505ae64cc67055dcefaaf11fd)
1 #pragma once
2 
3 namespace sol
4 {
5 
6 namespace command
7 {
8 
9 /** @brief Register SOL commands to the Command Table */
10 void registerCommands();
11 
12 } // namespace command
13 
14 } // namespace sol
15