rk3568_ubuntu_r60_v1.3.2/external/isp2-ipc/server/manage.h

9 lines
102 B
C
Raw Normal View History

2023-11-03 14:12:44 +08:00
#if CONFIG_DBSERVER
#ifndef __MANAGE_H__
#define __MANAGE_H__
void manage_init(void);
#endif
#endif