blob: b0260c5af64d4457c5e97af1803b209fb5ad9033 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001/* 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