struct AmbiguousOption
Defined at line 203 of file ../../src/lib/lockdep/include/lockdep/lock_policy.h
Sentinel type used to prevent mixing LOCK_DEP_POLICY_OPTION and
LOCK_DEP_POLICY on same lock type. Mixing these macros on the same lock type
causes a static assert in Guard for that lock type.