/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/event.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:
89
89
    int (*return_data)(pcilib_context_t *ctx, pcilib_event_id_t event_id, pcilib_event_data_type_t data_type, void *data);
90
90
} pcilib_event_api_description_t;
91
91
 
 
92
#ifdef __cplusplus
 
93
extern "C" {
 
94
#endif
92
95
 
93
96
int pcilib_init_event_engine(pcilib_t *ctx);
94
97
 
95
98
 
 
99
#ifdef __cplusplus
 
100
}
 
101
#endif
 
102
 
96
103
#endif /* _PCILIB_EVENT_H */