/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 pcilib/pcilib.h

  • Committer: Suren A. Chilingaryan
  • Date: 2015-11-18 02:25:02 UTC
  • Revision ID: csa@suren.me-20151118022502-2yu6oagexn3048jq
Provide API calls for register and bank address resolution

Show diffs side-by-side

added added

removed removed

Lines of Context:
185
185
#define PCILIB_DMA_FLAGS_DEFAULT        ((pcilib_dma_flags_t)0)
186
186
#define PCILIB_DMA_ENGINE_ADDR_INVALID  ((pcilib_dma_engine_addr_t)-1)
187
187
#define PCILIB_REGISTER_INVALID         ((pcilib_register_t)-1)
 
188
#define PCILIB_REGISTER_ADDRESS_INVALID ((pcilib_register_addr_t)-1)
188
189
#define PCILIB_ADDRESS_INVALID          ((uintptr_t)-1)
189
190
#define PCILIB_EVENT0                   1
190
191
#define PCILIB_EVENT1                   2