Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.4 17 lines 298 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2/* 3 * MaxLinear MxL301RF OFDM tuner driver 4 * 5 * Copyright (C) 2014 Akihiro Tsukada <tskd08@gmail.com> 6 */ 7 8#ifndef MXL301RF_H 9#define MXL301RF_H 10 11#include <media/dvb_frontend.h> 12 13struct mxl301rf_config { 14 struct dvb_frontend *fe; 15}; 16 17#endif /* MXL301RF_H */