1 /* SPDX-License-Identifier: MIT */ 2 /* 3 * Copyright © 2023 Intel Corporation 4 */ 5 6 /* for soc/ */ 7 #ifndef MISSING_CASE 8 #define MISSING_CASE(x) WARN(1, "Missing case (%s == %ld)\n", \ 9 __stringify(x), (long)(x)) 10 #endif 11 12 /* for a couple of users under i915/display */ 13 #define i915_inject_probe_failure(unused) ((unused) && 0) 14