adv7611.h 223 B

12345678910111213
  1. /*
  2. * (C) Copyright 2014
  3. * Dirk Eibach, Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc
  4. *
  5. * SPDX-License-Identifier: GPL-2.0+
  6. */
  7. #ifndef _ADV7611_H_
  8. #define _ADV7611_H_
  9. int adv7611_probe(unsigned int screen);
  10. #endif