/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 kapture/private.h

  • Committer: Suren A. Chilingaryan
  • Date: 2015-04-20 20:01:04 UTC
  • Revision ID: csa@suren.me-20150420200104-b5xny65io8lvoz3w
Big redign of model structures

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef _KAPTURE_PRIVATE_H
2
 
#define _KAPTURE_PRIVATE_H
3
 
 
4
 
struct kapture_s {
5
 
    pcilib_context_t event;
6
 
 
7
 
};
8
 
 
9
 
 
10
 
#endif /* _KAPTURE_PRIVATE_H */