Magellan Linux

Annotation of /trunk/mkinitrd-magellan/klibc/usr/kinit/ipconfig/bootp_proto.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 532 - (hide annotations) (download)
Sat Sep 1 22:45:15 2007 UTC (16 years, 9 months ago) by niro
File MIME type: text/plain
File size: 315 byte(s)
-import if magellan mkinitrd; it is a fork of redhats mkinitrd-5.0.8 with all magellan patches and features; deprecates magellan-src/mkinitrd

1 niro 532 #ifndef IPCONFIG_BOOTP_PROTO_H
2     #define IPCONFIG_BOOTP_PROTO_H
3    
4     int bootp_send_request(struct netdev *dev);
5     int bootp_recv_reply(struct netdev *dev);
6     int bootp_parse(struct netdev *dev, struct bootp_hdr *hdr, uint8_t * exts,
7     int extlen);
8     int bootp_init_if(struct netdev *dev);
9    
10     #endif /* IPCONFIG_BOOTP_PROTO_H */