]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/rpxsuper/rpxsuper.h
S5P: Exynos: Config: Enable GPIO CMD config
[people/ms/u-boot.git] / board / rpxsuper / rpxsuper.h
CommitLineData
b631bb9c
WD
1#ifndef __RPX8260_H__
2#define __RPX8260_H__
3
4typedef struct tt_rpx_regs
5{
6 volatile unsigned char bcsr0;
7 volatile unsigned char bcsr1;
8 volatile unsigned char bcsr2;
9 volatile unsigned char bcsr3;
10 volatile unsigned char bcsr4;
11 volatile unsigned char bcsr5;
12 volatile unsigned char bcsr6;
13 volatile unsigned char bcsr7;
14 volatile unsigned char bcsr8;
15 volatile unsigned char bcsr9;
16 volatile unsigned char bcsr10;
17 volatile unsigned char bcsr11;
18 volatile unsigned char bcsr12;
19 volatile unsigned char bcsr13;
20 volatile unsigned char bcsr14;
21 volatile unsigned char bcsr15;
22} t_rpx_regs;
23typedef t_rpx_regs* tp_rpx_regs;
24
25#endif