mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
13 lines
294 B
C
13 lines
294 B
C
![]() |
/*
|
||
|
* 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
|