summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2006-10-29 01:12:53 +0200
committerWolfgang Denk <wd@denx.de>2006-10-29 01:12:53 +0200
commitd9831893ab2efd3dd36f948da898c83f33c4992c (patch)
tree9456126b6bf9d0664bc3f55057e603615cab728e /include
parent1954be6e9c9421b45d0a9d05b10356acc7563150 (diff)
parentfae684e89844856383bdf101440889557df3e6b1 (diff)
downloadu-boot-imx-d9831893ab2efd3dd36f948da898c83f33c4992c.zip
u-boot-imx-d9831893ab2efd3dd36f948da898c83f33c4992c.tar.gz
u-boot-imx-d9831893ab2efd3dd36f948da898c83f33c4992c.tar.bz2
Merge with /home/sr/git/u-boot/nand-ladis
Diffstat (limited to 'include')
-rw-r--r--include/arm925t.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/arm925t.h b/include/arm925t.h
index ab343ea..3d767b3 100644
--- a/include/arm925t.h
+++ b/include/arm925t.h
@@ -6,10 +6,6 @@
#ifndef __ARM925T_H__
#define __ARM925T_H__
-void gpioreserve(ushort mask);
-void gpiosetdir(ushort mask, ushort in);
-void gpiosetout(ushort mask, ushort out);
-void gpioinit(void);
void archflashwp(void *archdata, int wp);
#endif /*__ARM925T_H__*/