opnsense-src/sys/compat/linuxkpi/common/include/linux/nospec.h
Emmanuel Vadot aec6a64c68 linuxkpi: Add linux/nospec.h
Needed by drm-kmod.

Reviewed by:	hselasky
Obtained from:	OpenBSD
Sponsored by:	Beckhoff Automation GmbH & Co. KG
Differential Revision:	https://reviews.freebsd.org/D35940
2022-08-08 15:22:35 +02:00

8 lines
167 B
C

/* Public domain. */
#ifndef _LINUXKPI_LINUX_NOSPEC_H_
#define _LINUXKPI_LINUX_NOSPEC_H_
#define array_index_nospec(a, b) (a)
#endif /* _LINUXKPILINUX_NOSPEC_H_ */