diff options
author | nicolas.zilio@hotmail.fr <> | 2015-09-15 12:07:04 +0200 |
---|---|---|
committer | nicolas.zilio@hotmail.fr <> | 2015-09-15 12:07:04 +0200 |
commit | 33db9c07bd08fae74c145c547f1b0e9f55ab25ae (patch) | |
tree | 7121279d8ebe972374cae6238096f0f8008be1d5 /pcilib/pci.h | |
parent | 6c47064466d8484813741f347e41af1d4ac90f85 (diff) | |
download | pcitool-33db9c07bd08fae74c145c547f1b0e9f55ab25ae.tar.gz pcitool-33db9c07bd08fae74c145c547f1b0e9f55ab25ae.tar.bz2 pcitool-33db9c07bd08fae74c145c547f1b0e9f55ab25ae.tar.xz pcitool-33db9c07bd08fae74c145c547f1b0e9f55ab25ae.zip |
merge views and units, some name homogeneisation
Diffstat (limited to 'pcilib/pci.h')
-rw-r--r-- | pcilib/pci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcilib/pci.h b/pcilib/pci.h index 8805fc2..f364890 100644 --- a/pcilib/pci.h +++ b/pcilib/pci.h @@ -28,7 +28,7 @@ #include "export.h" #include "locking.h" #include "xml.h" -#include "unit.h" +#include "views.h" typedef struct { uint8_t max_link_speed, link_speed; |