Home
last modified time | relevance | path

Searched defs:oal_min (Results 1 - 1 of 1) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_util.h103 #define oal_min(a, b) (((a) < (b)) ? (a) : (b)) macro

Completed in 3 milliseconds