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

  • Committer: Suren A. Chilingaryan
  • Date: 2015-11-19 02:19:51 UTC
  • Revision ID: csa@suren.me-20151119021951-00bae7ma1vqy561h
Support setting payload size

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
int pcilib_map_data_space(pcilib_t *ctx, uintptr_t addr);
125
125
 
126
126
int pcilib_set_dma_mask(pcilib_t *ctx, int mask);
 
127
int pcilib_set_mps(pcilib_t *ctx, int mps);
127
128
 
128
129
#ifdef __cplusplus
129
130
}