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