/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2004-6 Patrick Boettcher ([email protected]) * see dvb-usb-init.c for copyright information. * * This file contains functions for downloading the firmware to Cypress FX 1 * and 2 based devices. * */ #ifndef CYPRESS_FIRMWARE_H #define CYPRESS_FIRMWARE_H #define CYPRESS_AN2135 … #define CYPRESS_AN2235 … #define CYPRESS_FX2 … /* commonly used firmware download types and function */ struct hexline { … }; int cypress_load_firmware(struct usb_device *, const struct firmware *, int); #endif