diff options
Diffstat (limited to 'drivers/gpu/drm/gma500/mid_bios.h')
-rw-r--r-- | drivers/gpu/drm/gma500/mid_bios.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/gpu/drm/gma500/mid_bios.h b/drivers/gpu/drm/gma500/mid_bios.h new file mode 100644 index 000000000..8707f7c89 --- /dev/null +++ b/drivers/gpu/drm/gma500/mid_bios.h @@ -0,0 +1,10 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ +/************************************************************************** + * Copyright (c) 2011, Intel Corporation. + * All Rights Reserved. + * + **************************************************************************/ +struct drm_device; + +extern int mid_chip_setup(struct drm_device *dev); + |