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

  • Committer: Suren A. Chilingaryan
  • Date: 2011-04-12 00:57:02 UTC
  • Revision ID: csa@dside.dyndns.org-20110412005702-ir1cch0f1feop7ay
Infrastructure for event API

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
const pci_board_info *pcilib_get_board_info(pcilib_t *ctx);
12
12
 
13
13
#ifdef _PCILIB_PCI_C
14
 
# include "ipecamera.h"
 
14
# include "ipecamera/model.h"
15
15
# include "default.h"
16
16
 
17
17
pcilib_model_description_t pcilib_model[3] = {
18
 
    { NULL, NULL, NULL },
19
 
    { NULL, NULL, NULL },
20
 
    { ipecamera_registers, ipecamera_register_banks, ipecamera_register_ranges }
 
18
    { NULL, NULL, NULL, NULL },
 
19
    { NULL, NULL, NULL, NULL },
 
20
    { ipecamera_registers, ipecamera_register_banks, ipecamera_register_ranges, &ipecamera_image_api }
21
21
};
22
22
 
23
23
pcilib_protocol_description_t pcilib_protocol[3] = {