ivtv-firmware.h 561 B

12345678910111213141516171819
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. /*
  3. ivtv firmware functions.
  4. Copyright (C) 2003-2004 Kevin Thayer <nufan_wfk at yahoo.com>
  5. Copyright (C) 2004 Chris Kennedy <[email protected]>
  6. Copyright (C) 2005-2007 Hans Verkuil <[email protected]>
  7. */
  8. #ifndef IVTV_FIRMWARE_H
  9. #define IVTV_FIRMWARE_H
  10. int ivtv_firmware_init(struct ivtv *itv);
  11. void ivtv_firmware_versions(struct ivtv *itv);
  12. void ivtv_halt_firmware(struct ivtv *itv);
  13. void ivtv_init_mpeg_decoder(struct ivtv *itv);
  14. int ivtv_firmware_check(struct ivtv *itv, char *where);
  15. #endif