blob: 4a5b2b6f4cfd327f575b0687bad5ad1695a48a9c [file] [log] [blame]
rjw6c1fd8f2022-11-30 14:33:01 +08001#ifndef __SW_VERSION_H__
2#define __SW_VERSION_H__
3
4#include "sw_version_def_public.h"
5void ss_3gpp_sw_version_init(void);
6SW_VERSION_DEF_ENUM sw_version_query(void);
7
8#endif