mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
12 lines
270 B
C
12 lines
270 B
C
|
/************************************************
|
||
|
* NAME : arm925t.h
|
||
|
* Version : 23 June 2003 *
|
||
|
************************************************/
|
||
|
|
||
|
#ifndef __ARM925T_H__
|
||
|
#define __ARM925T_H__
|
||
|
|
||
|
void archflashwp(void *archdata, int wp);
|
||
|
|
||
|
#endif /*__ARM925T_H__*/
|