pfe_debugfs.h 281 Bytes
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * Copyright 2015-2016 Freescale Semiconductor, Inc.
 * Copyright 2017 NXP
 */

#ifndef _PFE_DEBUGFS_H_
#define _PFE_DEBUGFS_H_

int pfe_debugfs_init(struct pfe *pfe);
void pfe_debugfs_exit(struct pfe *pfe);

#endif /* _PFE_DEBUGFS_H_ */