source: GPL/trunk/include/linux/nospec.h@ 695

Last change on this file since 695 was 679, checked in by David Azarewicz, 4 years ago

Merge changes from Paul's uniaud32next branch.

File size: 144 bytes
Line 
1#ifndef _LINUX_NOSPEC_H
2#define _LINUX_NOSPEC_H
3#include <asm/system.h>
4
5#define array_index_nospec(a,b) a
6
7#endif /* _LINUX_NOSPEC_H */
Note: See TracBrowser for help on using the repository browser.