blob: 9c390403a197b697d7a5f9dbf87ff97498eae9e1 [file]
/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (C) 2019 Mediatek Inc.
*/
#ifndef __MTK_SDA_H__
#define __MTK_SDA_H__
enum SDA_FEATURE {
SDA_BUS_PARITY = 0,
NR_SDA_FEATURE
};
enum BUS_PARITY_OP {
BP_MCU_CLR = 0,
NR_BUS_PARITY_OP
};
#endif /*__MTK_SDA_H__*/