/tomo/pyhst

To get this branch, use:
bzr branch http://darksoft.org/webbzr/tomo/pyhst

« back to all changes in this revision

Viewing changes to dfi_cuda/dfi_cuda.h

  • Committer: Suren A. Chilingaryan
  • Date: 2013-06-14 15:30:33 UTC
  • Revision ID: csa@dside.dyndns.org-20130614153033-t9b56hr4jdkd3ul8
Placeholders for DFI implementation

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * The PyHST program is Copyright (C) 2002-2008 of the
 
3
 * European Synchrotron Radiation Facility (ESRF).
 
4
 *
 
5
 * PyHST is free software: you can redistribute it and/or modify it
 
6
 * under the terms of the GNU General Public License as published by the
 
7
 * Free Software Foundation, either version 3 of the License, or
 
8
 * (at your option) any later version.
 
9
 * 
 
10
 * hst is distributed in the hope that it will be useful, but
 
11
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
13
 * See the GNU General Public License for more details.
 
14
 * 
 
15
 * You should have received a copy of the GNU General Public License along
 
16
 * with this program.  If not, see <http://www.gnu.org/licenses/>.
 
17
 */
 
18
 
 
19
#ifndef _PYHST_DFI_CUDA_H
 
20
#define _PYHST_DFI_CUDA_H
 
21
 
 
22
# ifdef __cplusplus
 
23
extern "C" {
 
24
# endif
 
25
 
 
26
HSTReconstructor *dfi_cuda_init(int flags);
 
27
void dfi_cuda_free();
 
28
 
 
29
# ifdef __cplusplus
 
30
}
 
31
# endif
 
32
 
 
33
#endif /* _PYHST_DFI_CUDA_H */