~ubuntu-branches/ubuntu/precise/linux-lts-saucy/precise-proposed

« back to all changes in this revision

Viewing changes to drivers/staging/bcm/InterfaceIdleMode.h

  • Committer: Package Import Robot
  • Author(s): Tim Gardner
  • Date: 2013-10-09 13:31:18 UTC
  • Revision ID: package-import@ubuntu.com-20131009133118-l5q5o2hmtz96hefq
Tags: upstream-3.11.0
ImportĀ upstreamĀ versionĀ 3.11.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef _INTERFACE_IDLEMODE_H
 
2
#define _INTERFACE_IDLEMODE_H
 
3
 
 
4
INT InterfaceIdleModeWakeup(struct bcm_mini_adapter *Adapter);
 
5
 
 
6
INT InterfaceIdleModeRespond(struct bcm_mini_adapter *Adapter,
 
7
                                unsigned int *puiBuffer);
 
8
 
 
9
VOID InterfaceWriteIdleModeWakePattern(struct bcm_mini_adapter *Adapter);
 
10
 
 
11
INT InterfaceWakeUp(struct bcm_mini_adapter *Adapter);
 
12
 
 
13
VOID InterfaceHandleShutdownModeWakeup(struct bcm_mini_adapter *Adapter);
 
14
#endif
 
15