| /* cypress_firmware.h is part of the DVB USB library. |
| * Copyright (C) 2004-6 Patrick Boettcher (patrick.boettcher@desy.de) |
| * see dvb-usb-init.c for copyright information. |
| * This file contains functions for downloading the firmware to Cypress FX 1 |
| #ifndef CYPRESS_FIRMWARE_H |
| #define CYPRESS_FIRMWARE_H |
| /* commonly used firmware download types and function */ |
| extern int usbv2_cypress_load_firmware(struct usb_device *, |
| const struct firmware *, int); |
| extern int dvb_usbv2_get_hexline(const struct firmware *, |
| struct hexline *, int *); |