]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - include/arm925t.h
Fix CompactFlash problem on HMI1001 board
[karo-tx-uboot.git] / include / arm925t.h
1 /************************************************
2  * NAME     : arm925t.h
3  * Version  : 23 June 2003                      *
4  ************************************************/
5
6 #ifndef __ARM925T_H__
7 #define __ARM925T_H__
8
9 void gpioreserve(ushort mask);
10 void gpiosetdir(ushort mask, ushort in);
11 void gpiosetout(ushort mask, ushort out);
12 void gpioinit(void);
13 void archflashwp(void *archdata, int wp);
14
15 #endif /*__ARM925T_H__*/