summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMichael Brown2007-04-30 03:23:01 +0200
committerMichael Brown2007-04-30 03:23:01 +0200
commit0898b0b3b1a63a3e95a1c73ebee02d5cf0532607 (patch)
treef7fcbadacdeca88956cce89eb7da3ed81bcc21b6 /src/include
parentAdd (and use) generic reference counter, to improve signal:noise ratio (diff)
downloadipxe-0898b0b3b1a63a3e95a1c73ebee02d5cf0532607.tar.gz
ipxe-0898b0b3b1a63a3e95a1c73ebee02d5cf0532607.tar.xz
ipxe-0898b0b3b1a63a3e95a1c73ebee02d5cf0532607.zip
Added plug_plug()
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gpxe/interface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gpxe/interface.h b/src/include/gpxe/interface.h
index 6ec9b1463..59bb42692 100644
--- a/src/include/gpxe/interface.h
+++ b/src/include/gpxe/interface.h
@@ -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 */