]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/ep8260/ep8260.h
karo: tx6: Unify code for TX6 module revisions
[karo-tx-uboot.git] / board / ep8260 / ep8260.h
1 #ifndef __EP8260_H__
2 #define __EP8260_H__
3
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;
23
24 #endif