BPicture: Fix archive constructor.
[haiku.git] / src / add-ons / kernel / drivers / graphics / radeon_hd / sensors.h
blob6013f49e95aa719114725e07de557a1f23e1c236
1 /*
2 * Copyright 2011-2012 Haiku, Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
5 * Authors:
6 * Alexander von Gluck IV, kallisti5@unixzen.com
7 */
8 #ifndef SENSORS_H
9 #define SENSORS_H
12 #include "driver.h"
13 #include "device.h"
14 #include "radeon_hd.h"
17 int32 radeon_thermal_query(radeon_info &info);
20 #endif /* SENSORS_H */