Annotation of qemu/roms/ipxe/src/config/config_fc.c, revision 1.1

1.1     ! root        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: 
        !             8: FILE_LICENCE ( GPL2_OR_LATER );
        !             9: 
        !            10: #include <config/general.h>
        !            11: 
        !            12: /** @file
        !            13:  *
        !            14:  * Fibre Channel configuration options
        !            15:  *
        !            16:  */
        !            17: 
        !            18: /*
        !            19:  * Drag in Fibre Channel-specific commands
        !            20:  *
        !            21:  */
        !            22: #ifdef FCMGMT_CMD
        !            23: REQUIRE_OBJECT ( fcmgmt_cmd );
        !            24: #endif
        !            25: 
        !            26: /*
        !            27:  * Drag in Fibre Channel-specific protocols
        !            28:  */
        !            29: #ifdef SANBOOT_PROTO_FCP
        !            30: REQUIRE_OBJECT ( fcp );
        !            31: #endif

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.