1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright (C) 2004-6 Patrick Boettcher (patrick.boettcher@posteo.de)
4 * see dvb-usb-init.c for copyright information.
6 * This file contains functions for downloading the firmware to Cypress FX 1
11 #ifndef CYPRESS_FIRMWARE_H
12 #define CYPRESS_FIRMWARE_H
14 #define CYPRESS_AN2135 0
15 #define CYPRESS_AN2235 1
18 /* commonly used firmware download types and function */
27 int cypress_load_firmware(struct usb_device
*, const struct firmware
*, int);