repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
include
/
media
/
i2c
/
uda1342.h
blob
cb412d4c1088e1b9a408a0fc5434b6306c9bc712
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
/*
3
* uda1342.h - definition for uda1342 inputs
4
*
5
* Copyright 2013 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
6
*/
7
8
#ifndef _UDA1342_H_
9
#define _UDA1342_H_
10
11
/* The UDA1342 has 2 inputs */
12
13
#define UDA1342_IN1 1
14
#define UDA1342_IN2 2
15
16
#endif