summaryrefslogtreecommitdiff
path: root/drivers/stream_input/parser/dvb_common.h (plain)
blob: 3b8a2087fc8326a2923a79036c6583c4bf72d7f4
1/*
2 * ../hardware/amlogic/media_modules/drivers/stream_input/parser/dvb_common.h
3 *
4 * Copyright (C) 2017 Amlogic, Inc. All rights reserved.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful, but WITHOUT
12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
14 * more details.
15 *
16 */
17
18#ifndef __DVB_COMMON_H__
19#define __DVB_COMMON_H__
20
21#include <linux/amlogic/aml_dtvdemod.h>
22#include <linux/amlogic/aml_tuner.h>
23
24#include "dvb_frontend.h"
25
26#endif /* __DVB_COMMON_H__ */
27