osd.h 249 B

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