summaryrefslogtreecommitdiff
path: root/gxp-debugfs.h
blob: 4b42546fab50eec90dbff7916bbbd7d2dc01640d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * GXP debugfs support.
 *
 * Copyright (C) 2020 Google LLC
 */
#ifndef __GXP_DEBUGFS_H__
#define __GXP_DEBUGFS_H__

#include "gxp-internal.h"

void gxp_create_debugfs(struct gxp_dev *gxp);
void gxp_remove_debugfs(struct gxp_dev *gxp);

#endif /* __GXP_DEBUGFS_H__ */