projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Get rid of the redundant ATTR_NEVER_INLINE macro which translated to the same as...
[pub/USBasp.git]
/
Projects
/
Webserver
/
Lib
/
uip
/
uip-split.h
diff --git
a/Projects/Webserver/Lib/uip/uip-split.h
b/Projects/Webserver/Lib/uip/uip-split.h
index
c2c1789
..
0c768ce
100644
(file)
--- 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.
*
* 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>
*
*
* 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
*/
/**
* \addtogroup uip
@@
-72,6
+72,13
@@
#ifndef __UIP_SPLIT_H__
#define __UIP_SPLIT_H__
#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.
*
/**
* Handle outgoing packets.
*
@@
-89,8
+96,9
@@
*
*/
void uip_split_output(void);
*
*/
void uip_split_output(void);
-
+void uip_add32(u8_t *op32, u16_t op16);
#endif /* __UIP_SPLIT_H__ */
/** @} */
/** @} */
#endif /* __UIP_SPLIT_H__ */
/** @} */
/** @} */
+