8 lines
104 B
C
8 lines
104 B
C
#ifndef __CW_PROTO_H
|
|
#define __CW_PROTO_H
|
|
|
|
#define CW_PROTO_CAPWAP 0
|
|
#define CW_PROTO_LWAPP 1
|
|
|
|
#endif
|