00001 #ifndef _INTERF_PACKETTYPES_H__ 00002 #define _INTERF_PACKETTYPES_H__ 00003 00004 #define PACKET_TYPE_UC_TRAFFIC 32 00005 #define PACKET_TYPE_BC_TRAFFIC 32 00006 00007 // #define PACKET_TYPE_UC_BWRESV 33 00008 00009 #define PACKET_TYPE_UC_SPP 34 00010 #define PACKET_TYPE_BC_SPP 34 00011 00012 00013 00014 00015 #endif //INTERF_PACKETTYPES_H__ 00016 /* This stuff is for emacs 00017 * Local variables: 00018 * mode:c++ 00019 * c-basic-offset: 4 00020 * End: 00021 */