mirror of
https://github.com/opnsense/src.git
synced 2026-05-22 18:05:40 -04:00
Needed by drm-kmod.
Reviewed by: hselasky
Obtained from: OpenBSD
Sponsored by: Beckhoff Automation GmbH & Co. KG
Differential Revision: https://reviews.freebsd.org/D35940
(cherry picked from commit aec6a64c68)
8 lines
167 B
C
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_ */
|