Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * uda1342.h - definition for uda1342 inputs
0004  *
0005  * Copyright 2013 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
0006  */
0007 
0008 #ifndef _UDA1342_H_
0009 #define _UDA1342_H_
0010 
0011 /* The UDA1342 has 2 inputs */
0012 
0013 #define UDA1342_IN1 1
0014 #define UDA1342_IN2 2
0015 
0016 #endif