diff options
author | Tiago Vignatti <tiago.vignatti@nokia.com> | 2009-07-28 19:04:59 +0300 |
---|---|---|
committer | Tiago Vignatti <tiago.vignatti@nokia.com> | 2009-07-28 19:04:59 +0300 |
commit | 52e9ef5664a697a31102e8761eaa03cff01d14d8 (patch) | |
tree | 6101be2c19b89f8b3a6005ed010eab916b39aaaf /hw/xfree86/common/xf86pciBus.h | |
parent | d57361bb9ac08bec470f76ca8ca602d60c339502 (diff) |
xfree86: remove some RAC junk
Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com>
Diffstat (limited to 'hw/xfree86/common/xf86pciBus.h')
-rw-r--r-- | hw/xfree86/common/xf86pciBus.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/hw/xfree86/common/xf86pciBus.h b/hw/xfree86/common/xf86pciBus.h index ec9a1648d..97d554be8 100644 --- a/hw/xfree86/common/xf86pciBus.h +++ b/hw/xfree86/common/xf86pciBus.h @@ -33,8 +33,6 @@ #ifndef _XF86_PCI_BUS_H #define _XF86_PCI_BUS_H -#define PCITAG_SPECIAL pciTag(0xFF,0xFF,0xFF) - typedef struct { CARD32 command; CARD32 base[6]; @@ -60,11 +58,5 @@ typedef union { void xf86PciProbe(void); void initPciState(void); void initPciBusState(void); -void DisablePciAccess(void); -void DisablePciBusAccess(void); -void PciStateEnter(void); -void PciBusStateEnter(void); -void PciStateLeave(void); -void PciBusStateLeave(void); #endif /* _XF86_PCI_BUS_H */ |