linux/arch/x86/kvm/tss.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __TSS_SEGMENT_H
#define __TSS_SEGMENT_H

struct tss_segment_32 {};

struct tss_segment_16 {};

#endif