Linux 4.2.1
[linux/fpc-iii.git] / drivers / gpu / drm / sti / sti_gdp.h
blob1dab68274ad3e542e770d993fbacf29d9f6b38d1
1 /*
2 * Copyright (C) STMicroelectronics SA 2014
3 * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
4 * Fabien Dessenne <fabien.dessenne@st.com>
5 * for STMicroelectronics.
6 * License terms: GNU General Public License (GPL), version 2
7 */
9 #ifndef _STI_GDP_H_
10 #define _STI_GDP_H_
12 #include <linux/types.h>
14 struct sti_layer *sti_gdp_create(struct device *dev, int id);
16 #endif