xref: /freebsd/sys/compat/linuxkpi/common/include/linux/nospec.h (revision 0e8011faf58b743cc652e3b2ad0f7671227610df)
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