blob: 4c5de4d0414545de8446054b4b4689a565d4cfd9 [file] [log] [blame]
/*******************************************************************************
* Copyright (C) 2007, ZTE Corporation.
*
* File Name:random.h
* File Mark:
* Description:
* Others:
* Version: 1.0
* Author: geanfeng
* Date: 2013-09-25
* History 1:
* Date:
* Version:
* Author:
* Modification:
* History 2:
********************************************************************************/
#ifndef _RANDOM_H
#define _RANDOM_H
/****************************************************************************
* Include files
****************************************************************************/
#include "drvs_general.h"
/****************************************************************************
* Macros
****************************************************************************/
/****************************************************************************
* Types
****************************************************************************/
/****************************************************************************
* Constants
****************************************************************************/
/****************************************************************************
* Global Variables
****************************************************************************/
/****************************************************************************
* Function Prototypes
****************************************************************************/
/*******************************************************************************
* Function: random32
* Description:
* Input:
* Output:None
*
* Returns:
UINT32: value
* Others:
********************************************************************************/
UINT32 random32(VOID);
#endif/*_RING_QUEUE_H*/