~vcs-imports/grub/main

« back to all changes in this revision

Viewing changes to netboot/etherboot.h

  • Committer: proski
  • Date: 2006-09-08 12:56:22 UTC
  • Revision ID: vcs-imports@canonical.com-20060908125622-3495acfe5a6305b2
* netboot/etherboot.h: Remove incorrect extern declarations of
the variables later declared static.  Move BOOTP_DATA_ADDR ...
* netboot/main.c: ... here.  Eliminate end_of_rfc1533 - it's
write-only.

Show diffs side-by-side

added added

removed removed

Lines of Context:
531
531
extern int network_ready;
532
532
extern struct rom_info rom;
533
533
extern struct arptable_t arptable[MAX_ARP];
534
 
extern struct bootpd_t bootp_data;
535
 
#define BOOTP_DATA_ADDR (&bootp_data)
536
 
extern unsigned char *end_of_rfc1533;
537
534
 
538
535
/* config.c */
539
536
extern struct nic nic;