ソースを参照

[ifmgmt] Move ifmgmt_cmd.h to include/hci

tags/v0.9.8
Michael Brown 15年前
コミット
76c915d5bd
2個のファイルの変更1行の追加1行の削除
  1. 1
    1
      src/hci/commands/ifmgmt_cmd.c
  2. 0
    0
      src/include/hci/ifmgmt_cmd.h

+ 1
- 1
src/hci/commands/ifmgmt_cmd.c ファイルの表示

@@ -23,7 +23,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
23 23
 #include <gpxe/netdevice.h>
24 24
 #include <gpxe/command.h>
25 25
 #include <usr/ifmgmt.h>
26
-#include "ifmgmt_cmd.h"
26
+#include <hci/ifmgmt_cmd.h>
27 27
 
28 28
 /** @file
29 29
  *

src/hci/commands/ifmgmt_cmd.h → src/include/hci/ifmgmt_cmd.h ファイルの表示


読み込み中…
キャンセル
保存