GK SDK 源码库: XMIPCLinuxV100R005C00SPC030 (kernel/tools/open_source excluded)

This commit is contained in:
lai
2026-09-06 03:52:57 +08:00
commit b1928b41c0
21813 changed files with 4413081 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
/*
* Copyright (c) XMEDIA. All rights reserved.
*/
#ifndef __CONFIG_SERVICE_H__
#define __CONFIG_SERVICE_H__
int create_config_svc(char* config_path);
void release_cofnig_svc();
int get_config_value(const char *key, int default_value);
int get_config_string(const char *key, char *buf, int size);
#endif //__CONFIG_SERVICE_H__