mirror of
https://github.com/plappermaul/realtek-doc.git
synced 2025-12-10 07:44:41 +01:00
11 lines
270 B
C
Executable file
11 lines
270 B
C
Executable file
/************************************************
|
|
* NAME : arm925t.h
|
|
* Version : 23 June 2003 *
|
|
************************************************/
|
|
|
|
#ifndef __ARM925T_H__
|
|
#define __ARM925T_H__
|
|
|
|
void archflashwp(void *archdata, int wp);
|
|
|
|
#endif /*__ARM925T_H__*/
|