xref: /openbmc/pldm/softoff/main.cpp (revision 4c1a3fda)
1*4c1a3fdaSGeorge Liu #include "libpldm/platform.h"
2*4c1a3fdaSGeorge Liu 
3*4c1a3fdaSGeorge Liu #include <iostream>
4*4c1a3fdaSGeorge Liu 
5*4c1a3fdaSGeorge Liu int main()
6*4c1a3fdaSGeorge Liu {
7*4c1a3fdaSGeorge Liu     return 0;
8*4c1a3fdaSGeorge Liu }
9