debugfs.h 364 B

123456789101112131415161718
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * This file is part of wl1251
  4. *
  5. * Copyright (C) 2009 Nokia Corporation
  6. */
  7. #ifndef WL1251_DEBUGFS_H
  8. #define WL1251_DEBUGFS_H
  9. #include "wl1251.h"
  10. int wl1251_debugfs_init(struct wl1251 *wl);
  11. void wl1251_debugfs_exit(struct wl1251 *wl);
  12. void wl1251_debugfs_reset(struct wl1251 *wl);
  13. #endif /* WL1251_DEBUGFS_H */