uda1342.h 307 B

12345678910111213141516
  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. #ifndef _UDA1342_H_
  8. #define _UDA1342_H_
  9. /* The UDA1342 has 2 inputs */
  10. #define UDA1342_IN1 1
  11. #define UDA1342_IN2 2
  12. #endif