/alps/pcitool

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to pcilib/export.h

  • Committer: Suren A. Chilingaryan
  • Date: 2015-10-08 18:04:37 UTC
  • Revision ID: csa@suren.me-20151008180437-mvqzda4bzd45s023
Base functions for views

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
#include <pcilib/bank.h>
7
7
#include <pcilib/dma.h>
8
8
 
 
9
extern const char *pcilib_data_types[];
 
10
 
9
11
extern const pcilib_register_protocol_description_t pcilib_protocols[];
10
12
extern const pcilib_dma_description_t pcilib_dma[];
11
13