Magellan Linux

Diff of /trunk/mkinitrd-magellan/klibc/usr/kinit/ipconfig/packet.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1121 by niro, Sat Sep 1 22:45:15 2007 UTC revision 1122 by niro, Wed Aug 18 21:11:40 2010 UTC
# Line 1  Line 1 
1  #ifndef IPCONFIG_PACKET_H  #ifndef IPCONFIG_PACKET_H
2  #define IPCONFIG_PACKET_H  #define IPCONFIG_PACKET_H
3    
4    struct iovec;
5    
6  int packet_open(void);  int packet_open(void);
7  void packet_close(void);  void packet_close(void);
8  int packet_send(struct netdev *dev, struct iovec *iov, int iov_len);  int packet_send(struct netdev *dev, struct iovec *iov, int iov_len);

Legend:
Removed from v.1121  
changed lines
  Added in v.1122