Staging
v0.5.2
https://github.com/torvalds/linux
Raw File
Tip revision: 9f4ad9e425a1d3b6a34617b8ea226d56a119a717 authored by Linus Torvalds on 25 April 2021, 20:49:08 UTC
Linux 5.12
Tip revision: 9f4ad9e
gma_device.h
/* SPDX-License-Identifier: GPL-2.0-only */
/**************************************************************************
 * Copyright (c) 2011, Intel Corporation.
 * All Rights Reserved.
 *
 **************************************************************************/

#ifndef _GMA_DEVICE_H
#define _GMA_DEVICE_H
struct drm_device;

extern void gma_get_core_freq(struct drm_device *dev);

#endif
back to top