debugfs.h 323 B

1234567891011121314
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * This file is part of wl12xx
  4. *
  5. * Copyright (C) 2012 Texas Instruments. All rights reserved.
  6. */
  7. #ifndef __WL12XX_DEBUGFS_H__
  8. #define __WL12XX_DEBUGFS_H__
  9. int wl12xx_debugfs_add_files(struct wl1271 *wl,
  10. struct dentry *rootdir);
  11. #endif /* __WL12XX_DEBUGFS_H__ */