blob: 7260ca2e85f14249a448a8d466b93419687b834a [file] [log] [blame]
Michael Tritz29f2fd62017-05-22 15:27:26 -05001#include <string>
2
3namespace phosphor
4{
5namespace network
6{
7
8namespace bmc
9{
Gunnar Mills57d9c502018-09-14 14:42:34 -050010void writeDHCPDefault(const std::string& filename,
11 const std::string& interface);
Michael Tritz29f2fd62017-05-22 15:27:26 -050012}
13
Gunnar Mills57d9c502018-09-14 14:42:34 -050014} // namespace network
15} // namespace phosphor