/* SPDX-License-Identifier: GPL-2.0 */#ifndef _ASM_X86_IOBITMAP_H#define _ASM_X86_IOBITMAP_H#include<asm/processor.h>structio_bitmap{u64sequence;/* The maximum number of bytes to copy so all zero bits are covered */unsignedintmax;unsignedlongbitmap[IO_BITMAP_LONGS];};voidtss_update_io_bitmap(void);#endif