osd.h 254 B

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