Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 366717
b: refs/heads/master
c: 1c59390
h: refs/heads/master
i:
  366715: c8d3a3a
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Mar 23, 2013
1 parent 05f7dd1 commit 74d5580
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9dc353c67cbe3150d3a6b293662d5a33028adec4
refs/heads/master: 1c59390b3b551524d4c8415bd39c9c788705c7c0
5 changes: 3 additions & 2 deletions trunk/drivers/media/pci/cx23885/altera-ci.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
#ifndef __ALTERA_CI_H
#define __ALTERA_CI_H

#include <linux/kconfig.h>

#define ALT_DATA 0x000000ff
#define ALT_TDI 0x00008000
#define ALT_TDO 0x00004000
Expand All @@ -41,8 +43,7 @@ struct altera_ci_config {
int (*fpga_rw) (void *dev, int ad_rg, int val, int rw);
};

#if defined(CONFIG_MEDIA_ALTERA_CI) || (defined(CONFIG_MEDIA_ALTERA_CI_MODULE) \
&& defined(MODULE))
#if IS_ENABLED(CONFIG_MEDIA_ALTERA_CI)

extern int altera_ci_init(struct altera_ci_config *config, int ci_nr);
extern void altera_ci_release(void *dev, int ci_nr);
Expand Down

0 comments on commit 74d5580

Please sign in to comment.