]> Git Repo - J-linux.git/blob - drivers/dpll/dpll_netlink.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / drivers / dpll / dpll_netlink.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  *  Copyright (c) 2023 Meta Platforms, Inc. and affiliates
4  *  Copyright (c) 2023 Intel and affiliates
5  */
6
7 int dpll_device_create_ntf(struct dpll_device *dpll);
8
9 int dpll_device_delete_ntf(struct dpll_device *dpll);
10
11 int dpll_pin_create_ntf(struct dpll_pin *pin);
12
13 int dpll_pin_delete_ntf(struct dpll_pin *pin);
This page took 0.026141 seconds and 4 git commands to generate.