1*433d6423SLionel Sambuc /* 2*433d6423SLionel Sambuc server/ip/gen/oneCsum.h 3*433d6423SLionel Sambuc */ 4*433d6423SLionel Sambuc 5*433d6423SLionel Sambuc #ifndef __SERVER__IP__GEN__ONECSUM_H__ 6*433d6423SLionel Sambuc #define __SERVER__IP__GEN__ONECSUM_H__ 7*433d6423SLionel Sambuc 8*433d6423SLionel Sambuc u16_t oneC_sum( u16_t prev, void *data, size_t data_len ); 9*433d6423SLionel Sambuc 10*433d6423SLionel Sambuc #endif /* __SERVER__IP__GEN__ONECSUM_H__ */ 11