1 /*
2  * Copyright (C) 2015-2020 Alibaba Group Holding Limited
3  */
4 #ifndef __HAL_PSRAMUHS_H__
5 #define __HAL_PSRAMUHS_H__
6 
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 
11 #include "plat_types.h"
12 
13 void hal_psramuhs_sleep(void);
14 void hal_psramuhs_wakeup(void);
15 void hal_psramuhs_init(void);
16 void hal_psramuhs_hold();
17 void hal_psramuhs_release();
18 void psramuhsphy_sleep(void);
19 void hal_psramuhs_refresh_enable();
20 void hal_psramuhs_refresh_disable();
21 #ifdef __cplusplus
22 }
23 #endif
24 
25 #endif
26 
27