mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-06-19 08:58:25 +02:00
xfree86: remove some RAC junk
Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com>
This commit is contained in:
parent
d57361bb9a
commit
52e9ef5664
1 changed files with 0 additions and 8 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue