mirror of https://gitee.com/openkylin/linux.git
13 lines
301 B
C
13 lines
301 B
C
/*
|
|
* Copyright (C) STMicroelectronics SA 2014
|
|
* Authors: Fabien Dessenne <fabien.dessenne@st.com> for STMicroelectronics.
|
|
* License terms: GNU General Public License (GPL), version 2
|
|
*/
|
|
|
|
#ifndef _STI_HQVDP_H_
|
|
#define _STI_HQVDP_H_
|
|
|
|
struct sti_layer *sti_hqvdp_create(struct device *dev);
|
|
|
|
#endif
|