Searched defs:oal_min (Results 1 - 1 of 1) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ | ||
H A D | oal_util.h | 103 #define oal_min(a, b) (((a) < (b)) ? (a) : (b)) macro |
Completed in 3 milliseconds