]> Git Repo - J-linux.git/blob - rust/helpers/jump_label.c
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / rust / helpers / jump_label.c
1 // SPDX-License-Identifier: GPL-2.0
2
3 /*
4  * Copyright (C) 2024 Google LLC.
5  */
6
7 #include <linux/jump_label.h>
8
9 #ifndef CONFIG_JUMP_LABEL
10 int rust_helper_static_key_count(struct static_key *key)
11 {
12         return static_key_count(key);
13 }
14 #endif
This page took 0.025733 seconds and 4 git commands to generate.