init.h 186 Bytes
Newer Older
ccfd's avatar
ccfd committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef __INIT_H
#define __INIT_H
#include "parameters.h"

#ifdef __cplusplus
extern "C"{
#endif

#ifdef __HIPCC__
void opencfd_para_init_dev();
#endif
#ifdef __cplusplus
}
#endif
#endif