thermal/drivers/hisi: Set the thermal zone private data to the sensor pointer
[linux/fpc-iii.git] / drivers / staging / vt6656 / power.h
blobd5a3198206dad07eb5112024cb4be725b3d914a1
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3 * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
4 * All rights reserved.
6 * File: power.h
8 * Purpose: Handles 802.11 power management functions
10 * Author: Lyndon Chen
12 * Date: July 17, 2002
16 #ifndef __POWER_H__
17 #define __POWER_H__
19 #define C_PWBT 1000 /* micro sec. power up before TBTT */
21 void vnt_disable_power_saving(struct vnt_private *priv);
22 void vnt_enable_power_saving(struct vnt_private *priv, u16 listen_interval);
23 int vnt_next_tbtt_wakeup(struct vnt_private *priv);
25 #endif /* __POWER_H__ */