summaryrefslogtreecommitdiffstats
path: root/pcilib/export.h
blob: e2e6ecad9c6902bdc1effd66b842c77f26fd6239 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef _PCILIB_EXPORT_H
#define _PCILIB_EXPORT_H


#include <pcilib/register.h>
#include <pcilib/bank.h>
#include <pcilib/dma.h>

extern const pcilib_register_protocol_description_t pcilib_protocols[];
extern const pcilib_dma_description_t pcilib_dma[];

extern const pcilib_register_protocol_api_description_t pcilib_default_protocol_api;

extern const pcilib_dma_description_t pcilib_ipedma;
extern const pcilib_dma_description_t pcilib_nwldma;

#endif /* _PCILIB_EXPORT_H */