From 28aed3c2c360b84762f76b322e9fc80bd74c036b Mon Sep 17 00:00:00 2001 From: Peter Schiffer Date: Fri, 9 May 2014 17:37:40 +0200 Subject: Hardware: spring cleanup & refactor * use openlmi common library where possible * get rid of LMI_Hardware.h file * some other cosmetic changes --- src/hardware/PCIDev.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/hardware/PCIDev.h') diff --git a/src/hardware/PCIDev.h b/src/hardware/PCIDev.h index 7a7f936..14f0cd6 100644 --- a/src/hardware/PCIDev.h +++ b/src/hardware/PCIDev.h @@ -24,9 +24,6 @@ #include #include -#define PCI_DEVID_STR_SIZE 55 -#define NAME_BUF_SIZE 128 - /* * Initialize pci access structure. * @param acc pci access structure -- cgit