1 /* 2 * Routines to access hardware 3 * 4 * Copyright (c) 2013 Realtek Semiconductor Corp. 5 * 6 * This module is a confidential and proprietary property of RealTek and 7 * possession or use of this module requires written permission of RealTek. 8 */ 9 10 extern u32 rand_seed[4]; //z1, z2, z3, z4, 11 extern u32 rand_first; 12 13 u32 14 Rand ( 15 VOID 16 ); 17 18 19