config.h 479 B

1234567891011121314151617
  1. #ifndef _PCILIB_CONFIG_H
  2. #define _PCILIB_CONFIG_H
  3. #include <pcilib/register.h>
  4. #include <pcilib/bank.h>
  5. #include <pcilib/dma.h>
  6. extern const pcilib_register_protocol_description_t pcilib_protocols[];
  7. extern const pcilib_dma_description_t pcilib_dma[];
  8. extern const pcilib_register_protocol_api_description_t pcilib_default_protocol_api;
  9. extern const pcilib_dma_description_t pcilib_ipedma;
  10. extern const pcilib_dma_description_t pcilib_nwldma;
  11. #endif /* _PCILIB_CONFIG_H */