blob: ccd4d53388441dbadae4e5561dd0d2b5ad1b4958 [file] [log] [blame]
/* Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*/
#ifndef __SDE_ROTATOR_R3_DEBUG_H__
#define __SDE_ROTATOR_R3_DEBUG_H__
#include <linux/types.h>
#include <linux/dcache.h>
struct sde_rot_mgr;
#if defined(CONFIG_DEBUG_FS)
int sde_rotator_r1_create_debugfs(struct sde_rot_mgr *mgr,
struct dentry *debugfs_root);
#else
static inline
int sde_rotator_r1_create_debugfs(struct sde_rot_mgr *mgr,
struct dentry *debugfs_root)
{
return 0;
}
#endif
#endif /* __SDE_ROTATOR_R3_DEBUG_H__ */