Changeset 04cd242 in mainline for uspace/srv/net/tl/tcp/tcp.h
- Timestamp:
- 2011-11-27T18:20:58Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a4ee3ab2
- Parents:
- 762b48a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tl/tcp/tcp.h
r762b48a r04cd242 36 36 #define TCP_H 37 37 38 #include <async.h> 39 #include <packet_remote.h> 38 40 #include "tcp_type.h" 39 41 42 extern async_sess_t *net_sess; 40 43 extern void tcp_transmit_pdu(tcp_pdu_t *); 41 44
Note:
See TracChangeset
for help on using the changeset viewer.