xref: /freebsd/sys/compat/linuxkpi/common/include/linux/nospec.h (revision 2f7b0de1de4749e24608fc89a2db63e723c253d2)
1 /* Public domain. */
2 
3 #ifndef	_LINUXKPI_LINUX_NOSPEC_H_
4 #define	_LINUXKPI_LINUX_NOSPEC_H_
5 
6 #define	array_index_nospec(a, b)	(a)
7 
8 #endif	/* _LINUXKPILINUX_NOSPEC_H_ */
9