aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/dvb/firesat/firesat-ci.h
blob: dafe3f0f0cc916f91743bf60901f2592492eee8b (plain)
1
2
3
4
5
6
7
8
9
#ifndef __FIRESAT_CA_H
#define __FIRESAT_CA_H

#include "firesat.h"

int firesat_ca_init(struct firesat *firesat);
void firesat_ca_release(struct firesat *firesat);

#endif