wl1251_ps.h 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. #ifndef __WL1251_PS_H__
  2. #define __WL1251_PS_H__
  3. /*
  4. * This file is part of wl1251
  5. *
  6. * Copyright (c) 1998-2007 Texas Instruments Incorporated
  7. * Copyright (C) 2008 Nokia Corporation
  8. *
  9. * Contact: Kalle Valo <kalle.valo@nokia.com>
  10. *
  11. * This program is free software; you can redistribute it and/or
  12. * modify it under the terms of the GNU General Public License
  13. * version 2 as published by the Free Software Foundation.
  14. *
  15. * This program is distributed in the hope that it will be useful, but
  16. * WITHOUT ANY WARRANTY; without even the implied warranty of
  17. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  18. * General Public License for more details.
  19. *
  20. * You should have received a copy of the GNU General Public License
  21. * along with this program; if not, write to the Free Software
  22. * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  23. * 02110-1301 USA
  24. *
  25. */
  26. #include "wl1251.h"
  27. #include "wl1251_acx.h"
  28. int wl1251_ps_set_mode(struct wl1251 *wl, enum wl1251_cmd_ps_mode mode);
  29. void wl1251_ps_elp_sleep(struct wl1251 *wl);
  30. int wl1251_ps_elp_wakeup(struct wl1251 *wl);
  31. #endif /* __WL1251_PS_H__ */