Searched refs:ignore_on_userdebug_bool (Results 1 – 1 of 1) sorted by relevance
134 struct ignore_on_userdebug_bool { bool ignore_on_userdebug; }; struct135 #define LOAD_ON_USERDEBUG ((struct ignore_on_userdebug_bool){ .ignore_on_userdebug = false })136 #define IGNORE_ON_USERDEBUG ((struct ignore_on_userdebug_bool){ .ignore_on_userdebug = true })