2006-04-05 05:56:08 +00:00
|
|
|
/*
|
2006-08-23 00:29:35 +00:00
|
|
|
* Copyright (c) 2004-2006 The University of Tennessee and The University
|
2006-04-05 05:56:08 +00:00
|
|
|
* of Tennessee Research Foundation. All rights
|
|
|
|
* reserved.
|
|
|
|
* $COPYRIGHT$
|
2015-06-23 20:59:57 -07:00
|
|
|
*
|
2006-04-05 05:56:08 +00:00
|
|
|
* Additional copyrights may follow
|
2015-06-23 20:59:57 -07:00
|
|
|
*
|
2006-04-05 05:56:08 +00:00
|
|
|
* $HEADER$
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef OPAL_MEMCPY_BASE_H
|
|
|
|
#define OPAL_MEMCPY_BASE_H
|
|
|
|
|
|
|
|
#include "opal_config.h"
|
2013-03-27 21:11:47 +00:00
|
|
|
#include "opal/mca/base/mca_base_framework.h"
|
2006-04-05 05:56:08 +00:00
|
|
|
#include "opal/mca/memcpy/memcpy.h"
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Global functions for MCA overall memcpy open and close
|
|
|
|
*/
|
|
|
|
|
2009-08-20 11:42:18 +00:00
|
|
|
BEGIN_C_DECLS
|
2006-04-05 05:56:08 +00:00
|
|
|
|
2013-03-27 21:11:47 +00:00
|
|
|
/**
|
|
|
|
* Framework declaration for the memcpy framework
|
|
|
|
*/
|
|
|
|
OPAL_DECLSPEC extern mca_base_framework_t opal_memcpy_base_framework;
|
2006-04-05 05:56:08 +00:00
|
|
|
|
2009-08-20 11:42:18 +00:00
|
|
|
END_C_DECLS
|
2006-04-05 05:56:08 +00:00
|
|
|
|
|
|
|
/* include implementation to call */
|
2006-07-16 04:23:52 +00:00
|
|
|
#include MCA_timer_IMPLEMENTATION_HEADER
|
2006-04-05 05:56:08 +00:00
|
|
|
|
|
|
|
#endif /* OPAL_BASE_MEMCPY_H */
|