mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 09:26:10 +00:00
intel_chipset: Add multiple inclusion guards into intel_chipset.h
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
d7b06f50d2
commit
84b525cf46
@ -25,6 +25,9 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _INTEL_CHIPSET_H
|
||||
#define _INTEL_CHIPSET_H
|
||||
|
||||
#define PCI_CHIP_I810 0x7121
|
||||
#define PCI_CHIP_I810_DC100 0x7123
|
||||
#define PCI_CHIP_I810_E 0x7125
|
||||
@ -274,3 +277,5 @@
|
||||
|
||||
#define IS_CRESTLINE(devid) ((devid) == PCI_CHIP_I965_GM || \
|
||||
(devid) == PCI_CHIP_I965_GME)
|
||||
|
||||
#endif /* _INTEL_CHIPSET_H */
|
||||
|
Loading…
x
Reference in New Issue
Block a user