12345678910 |
- /* SPDX-License-Identifier: GPL-2.0-only */
- /*
- * Copyright (c) 2019, The Linux Foundation. All rights reserved.
- */
- #ifndef __SDE_ROTATOR_VBIF_H__
- #define __SDE_ROTATOR_VBIF_H__
- void mdp_vbif_lock(struct platform_device *parent_pdev, bool enable);
- #endif /* __SDE_ROTATOR_VBIF_H__ */
|