summaryrefslogtreecommitdiffstats
path: root/pcilib/config.h
blob: 710bff813bbbfbe391700cb763c6a51ba8c4a147 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef _PCILIB_CONFIG_H
#define _PCILIB_CONFIG_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_CONFIG_H */