brintos

brintos / linux-shallow public Read only

0
0
Text · 431 B · c00ab8c Raw
19 lines · c
1/* SPDX-License-Identifier: GPL-2.0-only */2/* Copyright (c) 2013, The Linux Foundation. All rights reserved.3 */4#ifndef __DT_BINDINGS_QCOM_GSBI_H5#define __DT_BINDINGS_QCOM_GSBI_H6 7#define GSBI_PROT_IDLE		08#define GSBI_PROT_I2C_UIM	19#define GSBI_PROT_I2C		210#define GSBI_PROT_SPI		311#define GSBI_PROT_UART_W_FC	412#define GSBI_PROT_UIM		513#define GSBI_PROT_I2C_UART	614 15#define GSBI_CRCI_QUP		016#define GSBI_CRCI_UART		117 18#endif19