mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
50e745026f
- also changed byte order of tcp fragments to big endian
16 lines
204 B
C
16 lines
204 B
C
/*
|
|
* destiny.h
|
|
*
|
|
* Created on: 03.09.2011
|
|
* Author: Oliver
|
|
*/
|
|
|
|
#ifndef DESTINY_H_
|
|
#define DESTINY_H_
|
|
|
|
//#define TCP_HC
|
|
|
|
void init_transport_layer(void);
|
|
|
|
#endif /* DESTINY_H_ */
|