ist.h 294 B

1234567891011121314
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. /*
  3. * Include file for the interface to IST BIOS
  4. * Copyright 2002 Andy Grover <[email protected]>
  5. */
  6. #ifndef _ASM_X86_IST_H
  7. #define _ASM_X86_IST_H
  8. #include <uapi/asm/ist.h>
  9. extern struct ist_info ist_info;
  10. #endif /* _ASM_X86_IST_H */