mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-09 14:43:16 +00:00
14 lines
355 B
C
14 lines
355 B
C
|
/* 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);
|