linux/drivers/hwtracing/intel_th/pti.h

/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Intel(R) Trace Hub PTI output data structures
 *
 * Copyright (C) 2014-2015 Intel Corporation.
 */

#ifndef __INTEL_TH_STH_H__
#define __INTEL_TH_STH_H__

enum {};

#define PTI_EN
#define PTI_FCEN
#define PTI_MODE
#define LPP_PTIPRESENT
#define LPP_BSSBPRESENT
#define PTI_CLKDIV
#define PTI_PATGENMODE
#define LPP_DEST
#define LPP_BSSBACT
#define LPP_LPPBUSY

#define LPP_DEST_PTI
#define LPP_DEST_EXI

#endif /* __INTEL_TH_STH_H__ */