X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/15c408ab8635fe45226abc2c55c9bebfe1ccb6c8..5cae54154506176d64a581c5b3d9550c901b570c:/Projects/Webserver/Lib/uip/uip-split.h?ds=sidebyside diff --git a/Projects/Webserver/Lib/uip/uip-split.h b/Projects/Webserver/Lib/uip/uip-split.h index c2c1789cb..0c768ce40 100644 --- a/Projects/Webserver/Lib/uip/uip-split.h +++ b/Projects/Webserver/Lib/uip/uip-split.h @@ -26,11 +26,11 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * This file is part of the uIP TCP/IP stack + * This file is part of the Contiki operating system. * * Author: Adam Dunkels * - * $Id: uip-split.h,v 1.2 2006/06/12 08:00:30 adam Exp $ + * $Id: uip-split.h,v 1.1 2006/06/17 22:41:19 adamdunkels Exp $ */ /** * \addtogroup uip @@ -72,6 +72,13 @@ #ifndef __UIP_SPLIT_H__ #define __UIP_SPLIT_H__ +#include +#include + +#include "../../USBHostMode.h" + +#include + /** * Handle outgoing packets. * @@ -89,8 +96,9 @@ * */ void uip_split_output(void); - +void uip_add32(u8_t *op32, u16_t op16); #endif /* __UIP_SPLIT_H__ */ /** @} */ /** @} */ +