summaryrefslogtreecommitdiffstats
path: root/pci.h
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2015-03-10 21:47:38 +0100
committerSuren A. Chilingaryan <csa@suren.me>2015-03-10 21:47:38 +0100
commitb222af943c405df509eb9df084d203da4fbd324e (patch)
treef5dc06ba386a2c079bdf295adeec64b1bdf73543 /pci.h
parentf3d280fb8a7f2bccd4367349e00be00d25702195 (diff)
downloadipecamera-b222af943c405df509eb9df084d203da4fbd324e.tar.gz
ipecamera-b222af943c405df509eb9df084d203da4fbd324e.tar.bz2
ipecamera-b222af943c405df509eb9df084d203da4fbd324e.tar.xz
ipecamera-b222af943c405df509eb9df084d203da4fbd324e.zip
ipecamera hack
Diffstat (limited to 'pci.h')
-rw-r--r--pci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pci.h b/pci.h
index 4f3b9a1..8f8359c 100644
--- a/pci.h
+++ b/pci.h
@@ -60,7 +60,7 @@ struct pcilib_s {
pcilib_model_description_t pcilib_model[4] = {
{ 4, PCILIB_HOST_ENDIAN, NULL, NULL, NULL, NULL, NULL, NULL },
{ 4, PCILIB_HOST_ENDIAN, NULL, NULL, NULL, NULL, NULL, NULL },
- { 4, PCILIB_LITTLE_ENDIAN, ipecamera_registers, ipecamera_register_banks, ipecamera_register_ranges, ipecamera_events, ipecamera_data_types, &nwl_dma_api, &ipecamera_image_api },
+ { 4, PCILIB_LITTLE_ENDIAN, ipecamera_registers, ipecamera_register_banks, ipecamera_register_ranges, ipecamera_events, ipecamera_data_types, &ipe_dma_api, &ipecamera_image_api },
{ 4, PCILIB_LITTLE_ENDIAN, kapture_registers, kapture_register_banks, kapture_register_ranges, kapture_events, kapture_data_types, &ipe_dma_api, &kapture_api },
};