You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

config_fc.c 584B

12345678910111213141516171819202122232425262728293031
  1. /*
  2. * This program is free software; you can redistribute it and/or
  3. * modify it under the terms of the GNU General Public License as
  4. * published by the Free Software Foundation; either version 2, or (at
  5. * your option) any later version.
  6. */
  7. FILE_LICENCE ( GPL2_OR_LATER );
  8. #include <config/general.h>
  9. /** @file
  10. *
  11. * Fibre Channel configuration options
  12. *
  13. */
  14. /*
  15. * Drag in Fibre Channel-specific commands
  16. *
  17. */
  18. #ifdef FCMGMT_CMD
  19. REQUIRE_OBJECT ( fcmgmt_cmd );
  20. #endif
  21. /*
  22. * Drag in Fibre Channel-specific protocols
  23. */
  24. #ifdef SANBOOT_PROTO_FCP
  25. REQUIRE_OBJECT ( fcp );
  26. #endif