blob: 83ee5cd6cc34ffb54c96ef4a880a8244e8a78612 [file] [log] [blame]
Patrick Venturec01edf22017-12-22 14:03:06 -08001## This file is a template. The comment below is emitted
2## into the rendered file; feel free to edit this file.
3// !!! WARNING: This is a GENERATED Code..Please do NOT Edit !!!
4
Vernon Mauery33250242019-03-12 16:49:26 -07005#include <ipmid/types.hpp>
Patrick Venturec01edf22017-12-22 14:03:06 -08006
7namespace ipmi
8{
9namespace network
10{
11
12extern const ChannelEthMap ethdevices = {
13% for channel,channelInfo in interfaceDict.iteritems():
14 {${channel},"${channelInfo['ifName']}"},
15% endfor
16};
17
18} // namespace network
19} // namespace ipmi
20