You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
318 B
16 lines
318 B
/*
|
|
* Copyright (c) Hisilicon Technologies Co., Ltd. 2021-2021. All rights reserved.
|
|
* Description: cpu info code
|
|
* Author: SmartMedia_BSP
|
|
* Create: 2021-05-24
|
|
*/
|
|
|
|
#ifndef __MAILBOX_H__
|
|
#define __MAILBOX_H__
|
|
|
|
#include "td_type.h"
|
|
|
|
void get_mailbox_trng(u32 *randnum, u32 randmun_size);
|
|
|
|
#endif /* __MAILBOX_H__ */
|