/alps/pcitool

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to pcilib/model.h

  • Committer: Suren A. Chilingaryan
  • Date: 2015-06-22 16:32:27 UTC
  • Revision ID: csa@suren.me-20150622163227-xrajwpfxhequsi7j
Keep C++ compilers happy

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
} pcilib_model_description_t;
28
28
 
29
29
 
 
30
#ifdef __cplusplus
 
31
extern "C" {
 
32
#endif
 
33
 
30
34
const pcilib_model_description_t *pcilib_get_model_description(pcilib_t *ctx);
31
35
 
 
36
#ifdef __cplusplus
 
37
}
 
38
#endif
 
39
 
32
40
#endif /* _PCILIB_MODEL_H */