1*4d3efaddSLee Jones /* radeon_device.h -- Private header for radeon device -*- linux-c -*-
2*4d3efaddSLee Jones  *
3*4d3efaddSLee Jones  * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
4*4d3efaddSLee Jones  * Copyright 2000 VA Linux Systems, Inc., Fremont, California.
5*4d3efaddSLee Jones  * All rights reserved.
6*4d3efaddSLee Jones  *
7*4d3efaddSLee Jones  * Permission is hereby granted, free of charge, to any person obtaining a
8*4d3efaddSLee Jones  * copy of this software and associated documentation files (the "Software"),
9*4d3efaddSLee Jones  * to deal in the Software without restriction, including without limitation
10*4d3efaddSLee Jones  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
11*4d3efaddSLee Jones  * and/or sell copies of the Software, and to permit persons to whom the
12*4d3efaddSLee Jones  * Software is furnished to do so, subject to the following conditions:
13*4d3efaddSLee Jones  *
14*4d3efaddSLee Jones  * The above copyright notice and this permission notice (including the next
15*4d3efaddSLee Jones  * paragraph) shall be included in all copies or substantial portions of the
16*4d3efaddSLee Jones  * Software.
17*4d3efaddSLee Jones  *
18*4d3efaddSLee Jones  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19*4d3efaddSLee Jones  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20*4d3efaddSLee Jones  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
21*4d3efaddSLee Jones  * PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
22*4d3efaddSLee Jones  * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
23*4d3efaddSLee Jones  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
24*4d3efaddSLee Jones  * DEALINGS IN THE SOFTWARE.
25*4d3efaddSLee Jones  */
26*4d3efaddSLee Jones 
27*4d3efaddSLee Jones #ifndef __RADEON_DEVICE_H__
28*4d3efaddSLee Jones #define __RADEON_DEVICE_H__
29*4d3efaddSLee Jones 
30*4d3efaddSLee Jones bool radeon_device_is_virtual(void);
31*4d3efaddSLee Jones 
32*4d3efaddSLee Jones #endif                         /* __RADEON_DEVICE_H__ */
33