mirror of
https://github.com/torvalds/linux.git
synced 2026-07-30 03:01:41 +02:00
Merge "include: uapi: Add snapshot of serial header"
This commit is contained in:
commit
d730663640
17
include/uapi/linux/msm_geni_serial.h
Normal file
17
include/uapi/linux/msm_geni_serial.h
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */
|
||||
/*
|
||||
* Copyright (c) 2020-2021, The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. 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 */
|
||||
Loading…
Reference in New Issue
Block a user