Move nbnxn files to nbnxm directory
[alexxy/gromacs.git] / src / gromacs / nbnxm / gpu_data_mgmt.h
similarity index 97%
rename from src/gromacs/mdlib/nbnxn_gpu_data_mgmt.h
rename to src/gromacs/nbnxm/gpu_data_mgmt.h
index 5226038469aadf992a05348105dc21fb767be6c4..94d92a77e36a697285699e1bb3180c9ab1e67585 100644 (file)
 /*! \libinternal \file
  *  \brief Declare interface for GPU data transfer for NBNXN module
  *
+ *  \author Szilard Pall <pall.szilard@gmail.com>
  *  \author Mark Abraham <mark.j.abraham@gmail.com>
- *  \ingroup module_mdlib
+ *  \ingroup module_nbnxm
  *  \inlibraryapi
  */
 
-#ifndef NBNXN_GPU_DATA_MGMT_H
-#define NBNXN_GPU_DATA_MGMT_H
+#ifndef GMX_NBNXN_GPU_DATA_MGMT_H
+#define GMX_NBNXN_GPU_DATA_MGMT_H
 
 #include "gromacs/gpu_utils/gpu_macros.h"
-#include "gromacs/mdlib/nbnxn_gpu_types.h"
 #include "gromacs/mdtypes/interaction_const.h"
 
+#include "gpu_types.h"
+
 struct nonbonded_verlet_group_t;
 struct NbnxnPairlistGpu;
 struct nbnxn_atomdata_t;