source:
GPL/trunk/include/linux/nospec.h
Last change on this file was 679, checked in by , 4 years ago | |
---|---|
File size: 144 bytes |
Rev | Line | |
---|---|---|
[615] | 1 | #ifndef _LINUX_NOSPEC_H |
2 | #define _LINUX_NOSPEC_H | |
[647] | 3 | #include <asm/system.h> |
[615] | 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.