1/* Public domain. */ 2 3#ifndef _LINUX_NOSPEC_H 4#define _LINUX_NOSPEC_H 5 6#define array_index_nospec(a, b) (a) 7 8#endif