1234567891011121314 |
- // SPDX-License-Identifier: GPL-2.0-only
- /*
- * Copyright (c) 2020, The Linux Foundation. All rights reserved.
- */
- #ifndef _SDE_HW_DSC_1_2_H
- #define _SDE_HW_DSC_1_2_H
- void sde_dsc1_2_setup_ops(struct sde_hw_dsc_ops *ops,
- const unsigned long features);
- #endif /* _SDE_HW_DSC_1_2_H */
|