10 lines
286 B
C
Executable File
10 lines
286 B
C
Executable File
/* 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__ */ |