Home
last modified time | relevance | path

Searched refs:__CFG_NON_INI (Results 1 – 1 of 1) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/cfg/inc/
Dcfg_define.h47 #define __CFG_NON_INI_INT(args...) __CFG_NON_INI(args)
48 #define __CFG_NON_INI_UINT(args...) __CFG_NON_INI(args)
49 #define __CFG_NON_INI_BOOL(args...) __CFG_NON_INI(args)
50 #define __CFG_NON_INI_STRING(args...) __CFG_NON_INI(args)
51 #define __CFG_NON_INI_MAC(args...) __CFG_NON_INI(args)
52 #define __CFG_NON_INI_IPV4(args...) __CFG_NON_INI(args)
53 #define __CFG_NON_INI_IPV6(args...) __CFG_NON_INI(args)
54 #define __CFG_NON_INI(args...) macro