Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /**************************************************************************
0003  * Copyright (c) 2011, Intel Corporation.
0004  * All Rights Reserved.
0005  *
0006  **************************************************************************/
0007 
0008 #ifndef _GMA_DEVICE_H
0009 #define _GMA_DEVICE_H
0010 struct drm_device;
0011 
0012 extern void gma_get_core_freq(struct drm_device *dev);
0013 
0014 #endif