* 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 <adam@sics.se>
*
- * $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
#ifndef __UIP_SPLIT_H__
#define __UIP_SPLIT_H__
+#include <string.h>
+#include <uip.h>
+
+#include "../../USBHostMode.h"
+
+#include <LUFA/Drivers/USB/USB.h>
+
/**
* Handle outgoing packets.
*
*
*/
void uip_split_output(void);
-
+void uip_add32(u8_t *op32, u16_t op16);
#endif /* __UIP_SPLIT_H__ */
/** @} */
/** @} */
+