From c2a77fca277a96a49e45788601a4afc9570b1eb2 Mon Sep 17 00:00:00 2001 From: Yang Liu Date: Tue, 1 Apr 2025 19:50:49 +0800 Subject: Added os.h for future usage (#2488) --- src/include/os.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/include/os.h (limited to 'src/include/os.h') diff --git a/src/include/os.h b/src/include/os.h new file mode 100644 index 00000000..1387255b --- /dev/null +++ b/src/include/os.h @@ -0,0 +1,6 @@ +#ifndef __OS_H_ +#define __OS_H_ + +int GetTID(void); + +#endif //__OS_H_ -- cgit 1.4.1