huijie.huang | e2a6e98 | 2024-07-02 14:25:53 +0800 | [diff] [blame] | 1 | /* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */ |
| 2 | /* |
| 3 | * Copyright (c) 2019 Amlogic, Inc. All rights reserved. |
| 4 | */ |
| 5 | |
| 6 | #ifndef __AML_INI_H__ |
| 7 | #define __AML_INI_H__ |
| 8 | |
Evoke Zhang | 3b89f5e | 2024-10-25 18:45:35 +0800 | [diff] [blame] | 9 | int handle_model_list_panel_key(void); |
huijie.huang | e2a6e98 | 2024-07-02 14:25:53 +0800 | [diff] [blame] | 10 | int handle_model_list(void); |
| 11 | int handle_model_sum(void); |
huijie.huang | 37eebee | 2024-12-17 11:38:47 +0800 | [diff] [blame] | 12 | int handle_model_get(const char *model, char buf[]); |
huijie.huang | 50ba502 | 2024-12-04 13:20:18 +0800 | [diff] [blame] | 13 | int handle_model_set(const char *model, const char *val); |
huijie.huang | e2a6e98 | 2024-07-02 14:25:53 +0800 | [diff] [blame] | 14 | |
| 15 | #endif /* __AML_INI_H__ */ |