• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
3  * Description: Header file for memory init in JUPITER.
4  * Create: 2021/01/24
5  */
6 
7 #ifndef JERRYSCRIPT_ADAPTER_H
8 #define JERRYSCRIPT_ADAPTER_H
9 
10 #ifdef __cplusplus
11 extern "C"
12 {
13 #endif /* __cplusplus */
14 
15 void JerryPsRamMemInit();
16 void JerryBmsPsRamMemInit();
17 void JerryInitContextRecords();
18 
19 #ifdef __cplusplus
20 }
21 #endif /* __cplusplus */
22 #endif // JERRYSCRIPT_ADAPTER_H