nt9856x/code/lib/include/Utility/avl.h
2023-03-28 15:07:53 +08:00

11 lines
155 B
C
Executable File

#ifndef _AVL_H
#define _AVL_H
#include <kwrap/type.h>
extern BOOL avl_check_available(const CHAR * name);
extern UINT64 avl_get_uniqueid(void);
#endif