mirror of https://github.com/mpv-player/mpv
pci.c includes dha.h, remove redundant MAX_* defines
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27798 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a6b806a97a
commit
1ec2a1c33f
|
@ -439,9 +439,6 @@ struct pci_config_reg {
|
||||||
};
|
};
|
||||||
#endif /* !defined(__powerpc__) */
|
#endif /* !defined(__powerpc__) */
|
||||||
|
|
||||||
#define MAX_DEV_PER_VENDOR_CFG1 64
|
|
||||||
#define MAX_PCI_DEVICES_PER_BUS 32
|
|
||||||
#define MAX_PCI_DEVICES 256
|
|
||||||
#define NF ((void (*)())NULL), { 0.0, 0, 0, NULL }
|
#define NF ((void (*)())NULL), { 0.0, 0, 0, NULL }
|
||||||
#define PCI_MULTIFUNC_DEV 0x80
|
#define PCI_MULTIFUNC_DEV 0x80
|
||||||
#define PCI_ID_REG 0x00
|
#define PCI_ID_REG 0x00
|
||||||
|
|
Loading…
Reference in New Issue