linux/drivers/media/usb/dvb-usb-v2/ec168.h

/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
 * E3C EC168 DVB USB driver
 *
 * Copyright (C) 2009 Antti Palosaari <[email protected]>
 */

#ifndef EC168_H
#define EC168_H

#include "dvb_usb.h"

#define EC168_USB_TIMEOUT
#define EC168_FIRMWARE

struct ec168_req {};

enum ec168_cmd {};

#endif