/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 driver/int.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:
4
4
int pcidriver_probe_irq(pcidriver_privdata_t *privdata);
5
5
void pcidriver_remove_irq(pcidriver_privdata_t *privdata);
6
6
void pcidriver_irq_unmap_bars(pcidriver_privdata_t *privdata);
7
 
IRQ_HANDLER_FUNC(pcidriver_irq_handler);
8
7
 
9
 
#endif
 
8
#endif /* _PCIDRIVER_INT_H */