linux/include/media/i2c/saa7127.h

/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
    saa7127.h - definition for saa7126/7/8/9 inputs/outputs

    Copyright (C) 2006 Hans Verkuil ([email protected])

*/

#ifndef _SAA7127_H_
#define _SAA7127_H_

/* Enumeration for the supported input types */
enum saa7127_input_type {};

/* Enumeration for the supported output signal types */
enum saa7127_output_type {};

#endif