sde_rotator_vbif.h 286 B

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