mirror of https://github.com/ARMmbed/mbed-os.git
20 lines
648 B
C
20 lines
648 B
C
/*******************************************************************************
|
|
*Copyright (c) 2013-2016 Realtek Semiconductor Corp, All Rights Reserved
|
|
* SPDX-License-Identifier: LicenseRef-PBL
|
|
*
|
|
* Licensed under the Permissive Binary License, Version 1.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
*
|
|
* You may obtain a copy of the License at https://www.mbed.com/licenses/PBL-1.0
|
|
*
|
|
* See the License for the specific language governing permissions and limitations under the License.
|
|
*******************************************************************************
|
|
*/
|
|
|
|
u32
|
|
Rand (
|
|
VOID
|
|
);
|
|
|
|
|