kernel device tree source code for OnePlus 5 & 5T P device Change-Id: I84f40e66833ea1ce30eb1d9a710d6e1529e9e637
9 lines
140 B
C
9 lines
140 B
C
#ifndef _OEM_TRACE_H
|
|
#define _OEM_TRACE_H
|
|
|
|
#include <linux/ioctl.h>
|
|
|
|
#define IOCTL_TRACE_UPDATE_REBOOTFLAG _IO('t', 3)
|
|
|
|
|
|
#endif
|