18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * This file is part of wl1251 48c2ecf20Sopenharmony_ci * 58c2ecf20Sopenharmony_ci * Copyright (C) 2009 Nokia Corporation 68c2ecf20Sopenharmony_ci */ 78c2ecf20Sopenharmony_ci 88c2ecf20Sopenharmony_ci#ifndef WL1251_DEBUGFS_H 98c2ecf20Sopenharmony_ci#define WL1251_DEBUGFS_H 108c2ecf20Sopenharmony_ci 118c2ecf20Sopenharmony_ci#include "wl1251.h" 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ciint wl1251_debugfs_init(struct wl1251 *wl); 148c2ecf20Sopenharmony_civoid wl1251_debugfs_exit(struct wl1251 *wl); 158c2ecf20Sopenharmony_civoid wl1251_debugfs_reset(struct wl1251 *wl); 168c2ecf20Sopenharmony_ci 178c2ecf20Sopenharmony_ci#endif /* WL1251_DEBUGFS_H */ 18