aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sti/sti_vid.h
blob: 2c0aecd632945011993e51e4e812483a102e1fe3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * Copyright (C) STMicroelectronics SA 2014
 * Author: Fabien Dessenne <fabien.dessenne@st.com> for STMicroelectronics.
 * License terms:  GNU General Public License (GPL), version 2
 */

#ifndef _STI_VID_H_
#define _STI_VID_H_

struct sti_layer *sti_vid_create(struct device *dev);

#endif