Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228444
b: refs/heads/master
c: 77c90e3
h: refs/heads/master
v: v3
  • Loading branch information
Mike Frysinger committed Jan 10, 2011
1 parent d770f73 commit 957e28d
Show file tree
Hide file tree
Showing 2 changed files with 23 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: ec5109e7ca086359c46fe5351121d0e125a2879b
refs/heads/master: 77c90e3d35c17c371fbef91fa6e180e954c1faba
22 changes: 22 additions & 0 deletions trunk/arch/blackfin/mach-bf548/include/mach/irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -474,4 +474,26 @@ Events (highest priority) EMU 0
#define IRQ_PINT2_POS 24
#define IRQ_PINT3_POS 28

#ifndef __ASSEMBLY__
#include <linux/types.h>

/*
* bfin pint registers layout
*/
struct bfin_pint_regs {
u32 mask_set;
u32 mask_clear;
u32 irq;
u32 assign;
u32 edge_set;
u32 edge_clear;
u32 invert_set;
u32 invert_clear;
u32 pinstate;
u32 latch;
u32 __pad0[2];
};

#endif

#endif /* _BF548_IRQ_H_ */

0 comments on commit 957e28d

Please sign in to comment.