/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to pcilib/register.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:
47
47
    pcilib_register_bank_t bank;
48
48
} pcilib_register_context_t;
49
49
 
 
50
 
 
51
#ifdef __cplusplus
 
52
extern "C" {
 
53
#endif
 
54
 
50
55
int pcilib_add_registers(pcilib_t *ctx, size_t n, const pcilib_register_description_t *registers);
51
56
 
 
57
#ifdef __cplusplus
 
58
}
 
59
#endif
52
60
 
53
61
#endif /* _PCILIB_REGISTER_H */