dashboard
repositories
filestore
activity
search
login
main
/
build-rockchip
Rockchip build system
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Update Android SDK build shell script and patches
android
2024-07-12
d435f27e5fdad27feb4d2958b5cbf49d51b4b80a
[build-rockchip.git]
/
mcu_sdk
/
gd32f103_adc
/
Utiles
/
Utilities
/
errno.h
1
2
3
4
5
6
7
8
9
#ifndef __ERRNO_H__
#define __ERRNO_H__
/*³£¹æ´íÎ󣬴íÎó[-999,0]*/
#define TH_SUCCESS (0) /* ÎÞ´íÎó */
#define TH_FAILURE (-1) /* 䶨Òå´íÎó */
#define TH_INVALID_FD (-2) /* ¾ä±ú´íÎó */
#endif /* __TH_ERRNO_H__ */