blob: 4c5de4d0414545de8446054b4b4689a565d4cfd9 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001/*******************************************************************************
2 * Copyright (C) 2007, ZTE Corporation.
3 *
4 * File Name:random.h
5 * File Mark:
6 * Description:
7 * Others:
8 * Version: 1.0
9 * Author: geanfeng
10 * Date: 2013-09-25
11 * History 1:
12 * Date:
13 * Version:
14 * Author:
15 * Modification:
16 * History 2:
17 ********************************************************************************/
18
19#ifndef _RANDOM_H
20#define _RANDOM_H
21
22/****************************************************************************
23* Include files
24****************************************************************************/
25#include "drvs_general.h"
26/****************************************************************************
27* Macros
28****************************************************************************/
29
30/****************************************************************************
31* Types
32****************************************************************************/
33
34
35/****************************************************************************
36* Constants
37****************************************************************************/
38
39/****************************************************************************
40* Global Variables
41****************************************************************************/
42
43/****************************************************************************
44* Function Prototypes
45****************************************************************************/
46/*******************************************************************************
47 * Function: random32
48 * Description:
49 * Input:
50 * Output:None
51 *
52 * Returns:
53 UINT32: value
54 * Others:
55 ********************************************************************************/
56UINT32 random32(VOID);
57
58
59
60#endif/*_RING_QUEUE_H*/
61