drm/modes: Fix drm_mode_vrefres() docs
[drm/drm-misc.git] / rust / helpers / jump_label.c
blobfc1f1e0df08e79c0f06ac46cb6729a08deb7bd41
1 // SPDX-License-Identifier: GPL-2.0
3 /*
4 * Copyright (C) 2024 Google LLC.
5 */
7 #include <linux/jump_label.h>
9 #ifndef CONFIG_JUMP_LABEL
10 int rust_helper_static_key_count(struct static_key *key)
12 return static_key_count(key);
14 #endif