diff options
Diffstat (limited to 'src/g80_type.h')
-rw-r--r-- | src/g80_type.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/g80_type.h b/src/g80_type.h index ecaedaa..41f170b 100644 --- a/src/g80_type.h +++ b/src/g80_type.h @@ -36,6 +36,9 @@ typedef enum AccelMethod { } AccelMethod; typedef struct G80Rec { +#if XSERVER_LIBPCIACCESS + struct pci_device *pPci; +#endif volatile CARD32 * reg; unsigned char * mem; |