+1
-1
drivers/misc/pti.c
+1
-1
drivers/misc/pti.c
+3
-3
include/linux/pti.h
include/linux/intel-pti.h
+3
-3
include/linux/pti.h
include/linux/intel-pti.h
···
22
22
* interface to write out it's contents for debugging a mobile system.
23
23
*/
24
24
25
-
#ifndef PTI_H_
26
-
#define PTI_H_
25
+
#ifndef LINUX_INTEL_PTI_H_
26
+
#define LINUX_INTEL_PTI_H_
27
27
28
28
/* offset for last dword of any PTI message. Part of MIPI P1149.7 */
29
29
#define PTI_LASTDWORD_DTS 0x30
···
40
40
const char *thread_name);
41
41
void pti_release_masterchannel(struct pti_masterchannel *mc);
42
42
43
-
#endif /*PTI_H_*/
43
+
#endif /* LINUX_INTEL_PTI_H_ */