/* SPDX-License-Identifier: BSD-3-Clause */ /* * Copyright (c) 2020, MIPI Alliance, Inc. * * Author: Nicolas Pitre <[email protected]> * * Common DAT related stuff */ #ifndef DAT_H #define DAT_H /* Global DAT flags */ #define DAT_0_I2C_DEVICE … #define DAT_0_SIR_REJECT … #define DAT_0_IBI_PAYLOAD … struct hci_dat_ops { … }; extern const struct hci_dat_ops mipi_i3c_hci_dat_v1; #endif