Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
hwt.c File Reference
#include "h/types.h"
#include "h/fddi.h"
#include "h/smc.h"

Go to the source code of this file.

Macros

#define HWT_MAX   (65000)
 

Functions

void hwt_start (struct s_smc *smc, u_long time)
 
void hwt_stop (struct s_smc *smc)
 
void hwt_init (struct s_smc *smc)
 
void hwt_restart (struct s_smc *smc)
 
u_long hwt_read (struct s_smc *smc)
 

Macro Definition Documentation

#define HWT_MAX   (65000)

Definition at line 61 of file hwt.c.

Function Documentation

void hwt_init ( struct s_smc smc)

Definition at line 123 of file hwt.c.

u_long hwt_read ( struct s_smc smc)

Definition at line 164 of file hwt.c.

void hwt_restart ( struct s_smc smc)

Definition at line 146 of file hwt.c.

void hwt_start ( struct s_smc smc,
u_long  time 
)

Definition at line 63 of file hwt.c.

void hwt_stop ( struct s_smc smc)

Definition at line 101 of file hwt.c.