]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[ifmgmt] Move ifmgmt_cmd.h to include/hci
authorMichael Brown <mcb30@etherboot.org>
Sun, 28 Jun 2009 19:28:38 +0000 (20:28 +0100)
committerMichael Brown <mcb30@etherboot.org>
Sun, 28 Jun 2009 19:28:38 +0000 (20:28 +0100)
src/hci/commands/ifmgmt_cmd.c
src/include/hci/ifmgmt_cmd.h [moved from src/hci/commands/ifmgmt_cmd.h with 100% similarity]

index 1b1b10f0853e41ae3d6318499eafe9ed8ea7ac41..ad069f14f5f2f44952990eed1fdb7a150f5b0c6a 100644 (file)
@@ -23,7 +23,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <gpxe/netdevice.h>
 #include <gpxe/command.h>
 #include <usr/ifmgmt.h>
-#include "ifmgmt_cmd.h"
+#include <hci/ifmgmt_cmd.h>
 
 /** @file
  *