sti_gdp.h 398 B

12345678910111213141516
  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. */
  8. #ifndef _STI_GDP_H_
  9. #define _STI_GDP_H_
  10. #include <linux/types.h>
  11. struct sti_layer *sti_gdp_create(struct device *dev, int id);
  12. #endif