diff --git a/src/cw/proto.h b/src/cw/proto.h new file mode 100644 index 00000000..58712228 --- /dev/null +++ b/src/cw/proto.h @@ -0,0 +1,7 @@ +#ifndef __CW_PROTO_H +#define __CW_PROTO_H + +#define CW_PROTO_CAPWAP 0 +#define CW_PROTO_LWAPP 1 + +#endif