1 //===-- AMDILDevices.h - Consolidate AMDIL Device headers -----------------===// 2 // 3 // The LLVM Compiler Infrastructure 4 // 5 // This file is distributed under the University of Illinois Open Source 6 // License. See LICENSE.TXT for details. 7 // 8 //==-----------------------------------------------------------------------===// 9 #ifndef __AMDIL_DEVICES_H_ 10 #define __AMDIL_DEVICES_H_ 11 // Include all of the device specific header files 12 // This file is for Internal use only! 13 #include "AMDIL7XXDevice.h" 14 #include "AMDILDevice.h" 15 #include "AMDILEvergreenDevice.h" 16 #include "AMDILNIDevice.h" 17 #include "AMDILSIDevice.h" 18 19 #endif // _AMDIL_DEVICES_H_ 20