~ubuntu-branches/ubuntu/lucid/linux-rt/lucid

« back to all changes in this revision

Viewing changes to include/linux/sh_timer.h

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2009-08-05 23:00:52 UTC
  • Revision ID: james.westby@ubuntu.com-20090805230052-7xedvqcyk9dnnxb2
Tags: 2.6.31-1.1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef __SH_TIMER_H__
 
2
#define __SH_TIMER_H__
 
3
 
 
4
struct sh_timer_config {
 
5
        char *name;
 
6
        long channel_offset;
 
7
        int timer_bit;
 
8
        char *clk;
 
9
        unsigned long clockevent_rating;
 
10
        unsigned long clocksource_rating;
 
11
};
 
12
 
 
13
#endif /* __SH_TIMER_H__ */