* Taken from 5.15.74 Signed-off-by: chandu078 <chandudyavanapelli03@gmail.com> Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com> Change-Id: I8b22703b0f1c05d515cb14268fd131adb40be8e8
18 lines
635 B
C
18 lines
635 B
C
/* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */
|
|
/*
|
|
* Copyright (c) 2021 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
* Copyright (c) 2020-2021, The Linux Foundation. All rights reserved.
|
|
*/
|
|
|
|
#ifndef __UAPI_LINUX_MSM_GENI_SERIAL_H
|
|
#define __UAPI_LINUX_MSM_GENI_SERIAL_H
|
|
|
|
/* IOCTLS used by BT clients to control UART power state */
|
|
|
|
#define MSM_GENI_SERIAL_TIOCFAULT 0x54EC /* Uart fault */
|
|
#define MSM_GENI_SERIAL_TIOCPMGET 0x54ED /* PM get */
|
|
#define MSM_GENI_SERIAL_TIOCPMPUT 0x54EE /* PM put */
|
|
#define MSM_GENI_SERIAL_TIOCPMACT 0x54EF /* PM is active */
|
|
|
|
#endif /* __UAPI_LINUX_MSM_GENI_SERIAL_H */
|