xref: /linux/drivers/gpu/drm/radeon/radeon_device.h (revision cdd38c5f1ce4398ec58fec95904b75824daab7b5)
14d3efaddSLee Jones /* radeon_device.h -- Private header for radeon device -*- linux-c -*-
24d3efaddSLee Jones  *
34d3efaddSLee Jones  * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
44d3efaddSLee Jones  * Copyright 2000 VA Linux Systems, Inc., Fremont, California.
54d3efaddSLee Jones  * All rights reserved.
64d3efaddSLee Jones  *
74d3efaddSLee Jones  * Permission is hereby granted, free of charge, to any person obtaining a
84d3efaddSLee Jones  * copy of this software and associated documentation files (the "Software"),
94d3efaddSLee Jones  * to deal in the Software without restriction, including without limitation
104d3efaddSLee Jones  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
114d3efaddSLee Jones  * and/or sell copies of the Software, and to permit persons to whom the
124d3efaddSLee Jones  * Software is furnished to do so, subject to the following conditions:
134d3efaddSLee Jones  *
144d3efaddSLee Jones  * The above copyright notice and this permission notice (including the next
154d3efaddSLee Jones  * paragraph) shall be included in all copies or substantial portions of the
164d3efaddSLee Jones  * Software.
174d3efaddSLee Jones  *
184d3efaddSLee Jones  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
194d3efaddSLee Jones  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
204d3efaddSLee Jones  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
214d3efaddSLee Jones  * PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
224d3efaddSLee Jones  * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
234d3efaddSLee Jones  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
244d3efaddSLee Jones  * DEALINGS IN THE SOFTWARE.
254d3efaddSLee Jones  */
264d3efaddSLee Jones 
274d3efaddSLee Jones #ifndef __RADEON_DEVICE_H__
284d3efaddSLee Jones #define __RADEON_DEVICE_H__
294d3efaddSLee Jones 
304d3efaddSLee Jones bool radeon_device_is_virtual(void);
314d3efaddSLee Jones 
324d3efaddSLee Jones #endif                         /* __RADEON_DEVICE_H__ */
33