mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
9 lines
167 B
C
9 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_ */
|