15 lines
313 B
C
15 lines
313 B
C
|
/*
|
||
|
* Copyright 1998-2001, VMware, Inc.
|
||
|
* Distributed under the terms of the MIT License.
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#ifndef VM_DEVICE_VERSION_H
|
||
|
#define VM_DEVICE_VERSION_H
|
||
|
|
||
|
#define PCI_VENDOR_ID_VMWARE 0x15AD
|
||
|
#define PCI_DEVICE_ID_VMWARE_SVGA2 0x0405
|
||
|
#define PCI_DEVICE_ID_VMWARE_SVGA 0x0710
|
||
|
|
||
|
#endif /* VM_DEVICE_VERSION_H */
|