/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-12-08 02:47:23 UTC
  • Revision ID: csa@dside.dyndns.org-20111208024723-ym9uf3uoll6ym2a9
new event architecture, first trial

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
# include "default.h"
54
54
 
55
55
pcilib_model_description_t pcilib_model[3] = {
56
 
    { 4, PCILIB_HOST_ENDIAN,    NULL, NULL, NULL, NULL, NULL },
57
 
    { 4, PCILIB_HOST_ENDIAN,    NULL, NULL, NULL, NULL, NULL },
58
 
    { 4, PCILIB_LITTLE_ENDIAN,  ipecamera_registers, ipecamera_register_banks, ipecamera_register_ranges, ipecamera_events, &nwl_dma_api, &ipecamera_image_api }
 
56
    { 4, PCILIB_HOST_ENDIAN,    NULL, NULL, NULL, NULL, NULL, NULL },
 
57
    { 4, PCILIB_HOST_ENDIAN,    NULL, NULL, NULL, NULL, NULL, NULL },
 
58
    { 4, PCILIB_LITTLE_ENDIAN,  ipecamera_registers, ipecamera_register_banks, ipecamera_register_ranges, ipecamera_events, ipecamera_data_types, &nwl_dma_api, &ipecamera_image_api }
59
59
};
60
60
 
61
61
pcilib_protocol_description_t pcilib_protocol[3] = {