Initial import
[openvswitch] / datapath / linux-2.4 / compat-2.4 / include / net / llc_pdu.h
1 #ifndef __NET_LLC_PDU_H
2 #define __NET_LLC_PDU_H 1
3
4 /* Un-numbered PDU format (3 bytes in length) */
5 struct llc_pdu_un {
6     u8 dsap;
7     u8 ssap;
8     u8 ctrl_1;
9 };
10
11 #endif