adv7611.h 223 B

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