mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 15:24:40 -05: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
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_ */
|