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

  • Committer: Suren A. Chilingaryan
  • Date: 2015-09-24 02:28:45 UTC
  • mfrom: (305.1.19 views)
  • Revision ID: csa@suren.me-20150924022845-p7hc8lh8v0q48g0r
Finalyze XML support and provide initial support for views (only descriptions so far)

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
#include <pcilib/dma.h>
7
7
#include <pcilib/event.h>
8
8
#include <pcilib/export.h>
 
9
#include <pcilib/view.h>
9
10
 
10
11
 
11
12
typedef struct {
18
19
    const pcilib_register_bank_description_t *banks;
19
20
    const pcilib_register_protocol_description_t *protocols;
20
21
    const pcilib_register_range_t *ranges;
 
22
    const pcilib_view_description_t **views;
 
23
    const pcilib_unit_description_t *units;
21
24
 
22
25
    const pcilib_event_description_t *events;
23
26
    const pcilib_event_data_type_description_t *data_types;