From 95d8beb1f147df3362403872dbbbaf63a735ca3d Mon Sep 17 00:00:00 2001 From: "7u83@mail.ru" <7u83@mail.ru@noemail.net> Date: Wed, 11 Apr 2018 06:34:59 +0000 Subject: [PATCH] Initial commit FossilOrigin-Name: ed308d8f6d798db52a54b06093882cab4a474a4380c622446d6dca9dd734ce15 --- src/cw/proto.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/cw/proto.h 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