162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * This file is part of wl12xx 462306a36Sopenharmony_ci * 562306a36Sopenharmony_ci * Copyright (C) 2012 Texas Instruments. All rights reserved. 662306a36Sopenharmony_ci */ 762306a36Sopenharmony_ci 862306a36Sopenharmony_ci#ifndef __WL12XX_DEBUGFS_H__ 962306a36Sopenharmony_ci#define __WL12XX_DEBUGFS_H__ 1062306a36Sopenharmony_ci 1162306a36Sopenharmony_ciint wl12xx_debugfs_add_files(struct wl1271 *wl, 1262306a36Sopenharmony_ci struct dentry *rootdir); 1362306a36Sopenharmony_ci 1462306a36Sopenharmony_ci#endif /* __WL12XX_DEBUGFS_H__ */ 15