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