linux/include/uapi/linux/hsi/hsi_char.h

/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/*
 * Part of the HSI character device driver.
 *
 * Copyright (C) 2010 Nokia Corporation. All rights reserved.
 *
 * Contact: Andras Domokos <andras.domokos at nokia.com>
 */

#ifndef __HSI_CHAR_H
#define __HSI_CHAR_H

#include <linux/types.h>

#define HSI_CHAR_MAGIC
#define HSC_IOW(num, dtype)
#define HSC_IOR(num, dtype)
#define HSC_IOWR(num, dtype)
#define HSC_IO(num)

#define HSC_RESET
#define HSC_SET_PM
#define HSC_SEND_BREAK
#define HSC_SET_RX
#define HSC_GET_RX
#define HSC_SET_TX
#define HSC_GET_TX

#define HSC_PM_DISABLE
#define HSC_PM_ENABLE

#define HSC_MODE_STREAM
#define HSC_MODE_FRAME
#define HSC_FLOW_SYNC
#define HSC_ARB_RR
#define HSC_ARB_PRIO

struct hsc_rx_config {};

struct hsc_tx_config {};

#endif /* __HSI_CHAR_H */