/* SPDX-License-Identifier: GPL-2.0 */ /* * Intel(R) Trace Hub Software Trace Hub (STH) data structures * * Copyright (C) 2014-2015 Intel Corporation. */ #ifndef __INTEL_TH_STH_H__ #define __INTEL_TH_STH_H__ enum { … }; struct intel_th_channel { … } __packed; #endif /* __INTEL_TH_STH_H__ */