mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
Patches by Kshitij, 04 Jul 2003
- added support for arm925t cpu core - added support for TI OMAP 1510 Innovator Board
This commit is contained in:
15
include/arm925t.h
Normal file
15
include/arm925t.h
Normal file
@@ -0,0 +1,15 @@
|
||||
/************************************************
|
||||
* NAME : arm925t.h
|
||||
* Version : 23 June 2003 *
|
||||
************************************************/
|
||||
|
||||
#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__*/
|
Reference in New Issue
Block a user