diff options
Diffstat (limited to 'drivers/dpll/dpll_netlink.h')
| -rw-r--r-- | drivers/dpll/dpll_netlink.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/dpll/dpll_netlink.h b/drivers/dpll/dpll_netlink.h new file mode 100644 index 000000000000..dd28b56d27c5 --- /dev/null +++ b/drivers/dpll/dpll_netlink.h @@ -0,0 +1,15 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* + * Copyright (c) 2023 Meta Platforms, Inc. and affiliates + * Copyright (c) 2023 Intel and affiliates + */ + +int dpll_device_create_ntf(struct dpll_device *dpll); + +int dpll_device_delete_ntf(struct dpll_device *dpll); + +int dpll_pin_create_ntf(struct dpll_pin *pin); + +int dpll_pin_delete_ntf(struct dpll_pin *pin); + +int __dpll_pin_change_ntf(struct dpll_pin *pin); |
