summaryrefslogtreecommitdiff
path: root/linux/drivers/media/common/saa7146_vv_ksyms.c
blob: 08afde9f823e473d5f031a141b402edb81c0441f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include <linux/module.h>
#include "compat.h"
#include <media/saa7146_vv.h>

EXPORT_SYMBOL_GPL(saa7146_start_preview);
EXPORT_SYMBOL_GPL(saa7146_stop_preview);

EXPORT_SYMBOL_GPL(saa7146_set_hps_source_and_sync);
EXPORT_SYMBOL_GPL(saa7146_register_device);
EXPORT_SYMBOL_GPL(saa7146_unregister_device);

EXPORT_SYMBOL_GPL(saa7146_vv_init);
EXPORT_SYMBOL_GPL(saa7146_vv_release);