1 /* 2 * Copyright (c) 2010 Cisco Systems, Inc. All rights reserved. 3 * $COPYRIGHT$ 4 * 5 * Additional copyrights may follow 6 * 7 * $HEADER$ 8 * 9 */ 10 11 #ifndef OPAL_IF_BASE_H 12 #define OPAL_IF_BASE_H 13 14 #include "opal_config.h" 15 16 #include "opal/mca/base/mca_base_framework.h" 17 18 #include "opal/mca/if/if.h" 19 20 BEGIN_C_DECLS 21 22 /* 23 * Framework declaration 24 */ 25 OPAL_DECLSPEC extern mca_base_framework_t opal_if_base_framework; 26 27 END_C_DECLS 28 29 #endif /* OPAL_BASE_IF_H */