summaryrefslogtreecommitdiffstats
path: root/pcilib/register.h
diff options
context:
space:
mode:
Diffstat (limited to 'pcilib/register.h')
-rw-r--r--pcilib/register.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/pcilib/register.h b/pcilib/register.h
index 7514943..307e8a1 100644
--- a/pcilib/register.h
+++ b/pcilib/register.h
@@ -42,11 +42,10 @@ typedef struct {
const char *description; /**< Brief description of the register */
} pcilib_register_description_t;
-/*
+
typedef struct {
pcilib_register_bank_t bank;
} pcilib_register_context_t;
-*/
int pcilib_add_registers(pcilib_t *ctx, size_t n, const pcilib_register_description_t *registers);