Changes in uspace/lib/net/include/packet_remote.h [b69ceea:14f1db0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/net/include/packet_remote.h
rb69ceea r14f1db0 27 27 */ 28 28 29 /** @addtogroup libnet29 /** @addtogroup packet 30 30 * @{ 31 31 */ 32 32 33 #ifndef LIBNET_PACKET_REMOTE_H_34 #define LIBNET_PACKET_REMOTE_H_33 #ifndef __NET_PACKET_REMOTE_H__ 34 #define __NET_PACKET_REMOTE_H__ 35 35 36 #include <net/packet.h> 37 #include <sys/types.h> 36 #include <packet/packet.h> 38 37 39 38 extern int packet_translate_remote(int, packet_ref, packet_id_t);
Note:
See TracChangeset
for help on using the changeset viewer.