opnsense-src/sys/compat/linuxkpi/common/include/linux/nospec.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
167 B
C
Raw Normal View History

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