b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
2 | |||||
3 | #ifndef _ASR_RNG_ | ||||
4 | #define _ASR_RNG_ | ||||
5 | |||||
6 | #define ASR_RNG_GET_DATA 0x1 | ||||
7 | |||||
8 | #define ASR_RNG_ACCESS_UUID \ | ||||
9 | { \ | ||||
10 | 0x185e0a22, 0x969f, 0x43b9, \ | ||||
11 | { 0xbb, 0x94, 0x66, 0xe2, 0x88, 0x8e, 0x26, 0x26 } \ | ||||
12 | } | ||||
13 | |||||
14 | #endif |