repo.or.cz
/
jz_uboot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
to make u-boot work for fat32 filesystem
[jz_uboot.git]
/
include
/
arm925t.h
blob
3d767b35c04a029e6398f69a3b188bbdb78d57b2
1
/************************************************
2
* NAME : arm925t.h
3
* Version : 23 June 2003 *
4
************************************************/
5
6
#ifndef __ARM925T_H__
7
#define __ARM925T_H__
8
9
void
archflashwp
(
void
*
archdata
,
int
wp
);
10
11
#endif
/*__ARM925T_H__*/