ostinato/common/vlanstack.h
Srivats P. c7d90ff1ab - All tabs converted to spaces in all files
- .vimrc added to reflect settings used in the project
2009-12-28 08:31:28 +00:00

12 lines
236 B
C

#ifndef _VLAN_STACK_H
#define _VLAN_STACK_H
#include "comboprotocol.h"
#include "svlan.h"
#include "vlan.h"
typedef ComboProtocol<OstProto::Protocol::kVlanStackFieldNumber,
SVlanProtocol, VlanProtocol> VlanStackProtocol;
#endif