Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257879
b: refs/heads/master
c: 7595ac0
h: refs/heads/master
i:
  257877: 6cc529f
  257875: 0ec90d3
  257871: 40aa8b1
v: v3
  • Loading branch information
Mike Frysinger committed Jul 23, 2011
1 parent accb9d1 commit 9e60640
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a64b384818b328aaea02914f8616e07631083f2f
refs/heads/master: 7595ac0711723dbc07e07ebb8c91ad56df4ab49d
9 changes: 9 additions & 0 deletions trunk/arch/blackfin/include/asm/gptimers.h
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,15 @@ struct bfin_gptimer_regs {
u32 width;
};

/*
* bfin group timer registers layout
*/
struct bfin_gptimer_group_regs {
__BFP(enable);
__BFP(disable);
u32 status;
};

#undef __BFP

#endif

0 comments on commit 9e60640

Please sign in to comment.