Sign in
cos
/
third_party
/
kernel
/
0eae577cf6b3f6844e1328ed3d4643f7f44dfc19
/
.
/
drivers
/
accel
/
ivpu
/
ivpu_debugfs.h
blob: 78f80c1e00e4e86cb72b274ce03d096f73adf976 [
file
]
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright (C) 2020-2023 Intel Corporation
*/
#ifndef
__IVPU_DEBUGFS_H__
#define
__IVPU_DEBUGFS_H__
struct
drm_minor
;
void
ivpu_debugfs_init
(
struct
drm_minor
*
minor
);
#endif
/* __IVPU_DEBUGFS_H__ */