diff options
author | Michael Brown <mcb30@ipxe.org> | 2010-11-18 23:30:50 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2010-11-18 23:30:50 +0000 |
commit | 1782fc7011a725386075fff00989f19c5f4b7530 (patch) | |
tree | 7507e4f6f0cebde1d195d08325299f26a355bf07 /src/usr | |
parent | 3d9096f7192bd153f4b1bec32dc8902fc3704594 (diff) | |
download | ipxe-1782fc7011a725386075fff00989f19c5f4b7530.zip ipxe-1782fc7011a725386075fff00989f19c5f4b7530.tar.gz ipxe-1782fc7011a725386075fff00989f19c5f4b7530.tar.bz2 |
[lotest] Move lotest.h to correct directory
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/usr')
-rw-r--r-- | src/usr/lotest.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/usr/lotest.h b/src/usr/lotest.h deleted file mode 100644 index aa4bbac..0000000 --- a/src/usr/lotest.h +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef _USR_LOTEST_H -#define _USR_LOTEST_H - -/** @file - * - * Loopback testing - * - */ - -FILE_LICENCE ( GPL2_OR_LATER ); - -extern int loopback_test ( struct net_device *sender, - struct net_device *receiver, size_t mtu ); - -#endif /* _USR_LOTEST_H */ |