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.
11 lines
192 B
11 lines
192 B
4 months ago
|
/*
|
||
|
* Copyright (c) Hisilicon Technologies Co., Ltd. 2012-2018. All rights reserved.
|
||
|
* Description: aging test top
|
||
|
*/
|
||
|
#ifndef __AGING_H__
|
||
|
#define __AGING_H__
|
||
|
|
||
|
int aging_entry(void);
|
||
|
|
||
|
#endif
|