Repository URL to install this package:
|
Version:
6.1.21.2-microsoft-wsl2-nw+-8 ▾
|
linux-headers-6.1.21.2-microsoft-wsl2-nw+
/
usr
/
src
/
linux-headers-6.1.21.2-microsoft-wsl2-nw+
/
arch
/
x86
/
include
/
asm
/
doublefault.h
|
|---|
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_X86_DOUBLEFAULT_H
#define _ASM_X86_DOUBLEFAULT_H
#ifdef CONFIG_X86_32
extern void doublefault_init_cpu_tss(void);
#else
static inline void doublefault_init_cpu_tss(void)
{
}
#endif
#endif /* _ASM_X86_DOUBLEFAULT_H */