Staging
v0.8.1
Raw File
sti_vid.h
/*
 * 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
back to top