Added plug_plug()

This commit is contained in:
Michael Brown
2007-04-30 01:23:01 +00:00
parent d40761d725
commit 0898b0b3b1
2 changed files with 16 additions and 0 deletions

View File

@@ -29,5 +29,6 @@ struct interface {
};
extern void plug ( struct interface *intf, struct interface *dest );
extern void plug_plug ( struct interface *a, struct interface *b );
#endif /* _GPXE_INTERFACE_H */