summaryrefslogtreecommitdiffstats
path: root/default.h
diff options
context:
space:
mode:
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);