xref: /kernel/linux/linux-6.6/net/mac80211/debugfs.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/net/mac80211/
162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci#ifndef __MAC80211_DEBUGFS_H
362306a36Sopenharmony_ci#define __MAC80211_DEBUGFS_H
462306a36Sopenharmony_ci
562306a36Sopenharmony_ci#include "ieee80211_i.h"
662306a36Sopenharmony_ci
762306a36Sopenharmony_ci#ifdef CONFIG_MAC80211_DEBUGFS
862306a36Sopenharmony_civoid debugfs_hw_add(struct ieee80211_local *local);
962306a36Sopenharmony_ciint __printf(4, 5) mac80211_format_buffer(char __user *userbuf, size_t count,
1062306a36Sopenharmony_ci					  loff_t *ppos, char *fmt, ...);
1162306a36Sopenharmony_ci#else
1262306a36Sopenharmony_cistatic inline void debugfs_hw_add(struct ieee80211_local *local)
1362306a36Sopenharmony_ci{
1462306a36Sopenharmony_ci}
1562306a36Sopenharmony_ci#endif
1662306a36Sopenharmony_ci
1762306a36Sopenharmony_ci#endif /* __MAC80211_DEBUGFS_H */
18

Indexes created Thu Nov 07 10:32:03 CST 2024