summaryrefslogtreecommitdiffstats
path: root/default.h
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2011-03-09 17:32:01 +0100
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2011-03-09 17:32:01 +0100
commit134e2cc87d524bbb63c2e73dc1bb1fd8c0449ae1 (patch)
tree5f43a328cd43745ff3f2db4d864b2db4b81c35fd /default.h
parenta008b10d8488ef905a43de00ee5c8efd03b03ed6 (diff)
downloadpcitool-134e2cc87d524bbb63c2e73dc1bb1fd8c0449ae1.tar.gz
pcitool-134e2cc87d524bbb63c2e73dc1bb1fd8c0449ae1.tar.bz2
pcitool-134e2cc87d524bbb63c2e73dc1bb1fd8c0449ae1.tar.xz
pcitool-134e2cc87d524bbb63c2e73dc1bb1fd8c0449ae1.zip
Provide single header for library
Diffstat (limited to 'default.h')
-rw-r--r--default.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.h b/default.h
index 6345ae8..927921b 100644
--- a/default.h
+++ b/default.h
@@ -1,7 +1,7 @@
#ifndef _PCILIB_DEFAULT_H
#define _PCILIB_DEFAULT_H
-#include "pci.h"
+#include "pcilib.h"
int pcilib_default_read(pcilib_t *ctx, pcilib_register_bank_description_t *bank, pcilib_register_addr_t addr, uint8_t bits, pcilib_register_value_t *value);
int pcilib_default_write(pcilib_t *ctx, pcilib_register_bank_description_t *bank, pcilib_register_addr_t addr, uint8_t bits, pcilib_register_value_t value);