MINI2440: Updated gitignore
[u-boot-openmoko/mini2440.git] / board / ep8260 / ep8260.h
blob3032b142452cb4ee6f02e8df36537cdfd830bab6
1 #ifndef __EP8260_H__
2 #define __EP8260_H__
4 typedef struct tt_ep_regs {
5 volatile unsigned char bcsr0;
6 volatile unsigned char bcsr1;
7 volatile unsigned char bcsr2;
8 volatile unsigned char bcsr3;
9 volatile unsigned char bcsr4;
10 volatile unsigned char bcsr5;
11 volatile unsigned char bcsr6;
12 volatile unsigned char bcsr7;
13 volatile unsigned char bcsr8;
14 volatile unsigned char bcsr9;
15 volatile unsigned char bcsr10;
16 volatile unsigned char bcsr11;
17 volatile unsigned char bcsr12;
18 volatile unsigned char bcsr13;
19 volatile unsigned char bcsr14;
20 volatile unsigned char bcsr15;
21 } t_ep_regs;
22 typedef t_ep_regs *tp_ep_regs;
24 #endif