1 /* SPDX-License-Identifier: GPL-2.0 */ 1 2 #ifndef __ASM_GENERIC_ARCHRANDOM_H__ 3 #define __ASM_GENERIC_ARCHRANDOM_H__ 4 5 static inline size_t __must_check arch_get_ran 6 { 7 return 0; 8 } 9 10 static inline size_t __must_check arch_get_ran 11 { 12 return 0; 13 } 14 15 #endif 16
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.