More documentation and Cisco support.

FossilOrigin-Name: 0a22e4c44b2df5712b2f8edaea0712fcc7fc0ca953e86179c0a653a484197a43
This commit is contained in:
7u83@mail.ru
2015-03-15 19:53:21 +00:00
parent 93ba625c7a
commit b5bacff6a3
32 changed files with 400 additions and 96 deletions

View File

@ -16,6 +16,10 @@
*/
#ifndef __LWAPP_H
#define __LWAPP_H
#include <arpa/inet.h>
@ -92,19 +96,19 @@
*/
/* LWAPP message elements */
#define LWMSGELEM_WTP_DESCRIPTOR 3
#define LWMSGELEM_WTP_DESCRIPTOR 3
#define LWMSGELEM_WTP_BOARD_DATA 50
/* function proto types */
uint16_t lw_checksum(uint8_t *d,int len);
int lw_readelem_wtp_board_data(struct wtpinfo *wtpinfo, int type, uint8_t *msgelem, int len);
#endif