diff options
Diffstat (limited to 'pcilib/export.c')
-rw-r--r-- | pcilib/export.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcilib/export.c b/pcilib/export.c index ed3b5bf..7b78e32 100644 --- a/pcilib/export.c +++ b/pcilib/export.c @@ -5,11 +5,11 @@ #include "export.h" #include "protocols/default.h" -#include "protocols/software_registers.h" +#include "protocols/software.h" const pcilib_register_protocol_description_t pcilib_protocols[] = { { PCILIB_REGISTER_PROTOCOL_DEFAULT, &pcilib_default_protocol_api, NULL, NULL, "default", "" }, - { PCILIB_REGISTER_PROTOCOL_SOFTWARE_REGISTERS, &pcilib_register_software_register_protocol_api, NULL, NULL, "software_registers", "" }, + { PCILIB_REGISTER_PROTOCOL_SOFTWARE, &pcilib_register_software_protocol_api, NULL, NULL, "software_registers", "" }, { 0 } }; |