summaryrefslogtreecommitdiffstats
path: root/src/config/config_fc.c
diff options
context:
space:
mode:
authorMichael Brown2010-09-15 04:06:50 +0200
committerMichael Brown2010-09-15 04:17:30 +0200
commitbf2657075d2aa0b1aba5339de3779978f2136135 (patch)
tree6a19ef93a483e28aba5dc5765eee938def32fb00 /src/config/config_fc.c
parent[fc] Add support for Fibre Channel devices (diff)
downloadipxe-bf2657075d2aa0b1aba5339de3779978f2136135.tar.gz
ipxe-bf2657075d2aa0b1aba5339de3779978f2136135.tar.xz
ipxe-bf2657075d2aa0b1aba5339de3779978f2136135.zip
[fc] Add Fibre Channel management commands
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/config_fc.c')
-rw-r--r--src/config/config_fc.c24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/config/config_fc.c b/src/config/config_fc.c
new file mode 100644
index 00000000..26d9bf42
--- /dev/null
+++ b/src/config/config_fc.c
@@ -0,0 +1,24 @@
+/*
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation; either version 2, or (at
+ * your option) any later version.
+ */
+
+FILE_LICENCE ( GPL2_OR_LATER );
+
+#include <config/general.h>
+
+/** @file
+ *
+ * Fibre Channel configuration options
+ *
+ */
+
+/*
+ * Drag in Fibre Channel-specific commands
+ *
+ */
+#ifdef FCMGMT_CMD
+REQUIRE_OBJECT ( fcmgmt_cmd );
+#endif