/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/pcilib.h

  • Committer: Suren A. Chilingaryan
  • Date: 2016-03-02 18:37:30 UTC
  • Revision ID: csa@suren.me-20160302183730-nlrgi7h3yuizcizc
Restructure driver headers

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef _PCITOOL_PCILIB_H
2
 
#define _PCITOOL_PCILIB_H
 
1
#ifndef _PCILIB_H
 
2
#define _PCILIB_H
3
3
 
4
4
#include <sys/time.h>
5
5
#include <stddef.h>
1331
1331
}
1332
1332
#endif
1333
1333
 
1334
 
#endif /* _PCITOOL_PCILIB_H */
 
1334
#endif /* _PCILIB_H */