root/opal/mca/memcpy/base/base.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /*
   2  * Copyright (c) 2004-2006 The University of Tennessee and The University
   3  *                         of Tennessee Research Foundation.  All rights
   4  *                         reserved.
   5  * $COPYRIGHT$
   6  *
   7  * Additional copyrights may follow
   8  *
   9  * $HEADER$
  10  *
  11  */
  12 
  13 #ifndef OPAL_MEMCPY_BASE_H
  14 #define OPAL_MEMCPY_BASE_H
  15 
  16 #include "opal_config.h"
  17 #include "opal/mca/base/mca_base_framework.h"
  18 #include "opal/mca/memcpy/memcpy.h"
  19 
  20 
  21 /*
  22  * Global functions for MCA overall memcpy open and close
  23  */
  24 
  25 BEGIN_C_DECLS
  26 
  27 /**
  28  * Framework declaration for the memcpy framework
  29  */
  30 OPAL_DECLSPEC extern mca_base_framework_t opal_memcpy_base_framework;
  31 
  32 END_C_DECLS
  33 
  34 /* include implementation to call */
  35 #include MCA_timer_IMPLEMENTATION_HEADER
  36 
  37 #endif /* OPAL_BASE_MEMCPY_H */

/* [<][>][^][v][top][bottom][index][help] */