1 /* 2 * Copyright 2011-2012 Haiku, Inc. All rights reserved. 3 * Distributed under the terms of the MIT License. 4 * 5 * Authors: 6 * Alexander von Gluck IV, kallisti5@unixzen.com 7 */ 8 #ifndef SENSORS_H 9 #define SENSORS_H 10 11 12 #include "driver.h" 13 #include "device.h" 14 #include "radeon_hd.h" 15 16 17 int32 radeon_thermal_query(radeon_info &info); 18 19 20 #endif /* SENSORS_H */ 21