/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-04-24 03:35:48 UTC
  • Revision ID: csa@suren.me-20150424033548-7xhacqq2s8s1t2fp
More structural changes to get ready for stand-alone event engines

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#ifndef _PCILIB_EVENT_H
2
2
#define _PCILIB_EVENT_H
3
3
 
4
 
#include "pcilib.h"
 
4
#include <pcilib.h>
5
5
 
6
6
typedef struct {
7
7
    size_t max_events;