summaryrefslogtreecommitdiffstats
path: root/irq.h
blob: dff7a70f2a1826ce4fd1c8fc562917c398e7075d (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _PCILIB_IRQ_H
#define _PCILIB_IRQ_H

typedef enum {
    PCILIB_DMA_IRQ = 1,
    PCILIB_EVENT_IRQ = 2
} pcilib_irq_type_t;


#endif /* _PCILIB_IRQ_H */