mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
16bit read/write little endian
This commit is contained in:
parent
9d1d6a34d2
commit
0643631aa1
2 changed files with 37 additions and 0 deletions
|
@ -402,6 +402,10 @@ void ppcDcbi(unsigned long value);
|
|||
void ppcSync(void);
|
||||
void ppcDcbz(unsigned long value);
|
||||
#endif
|
||||
#if defined (CONFIG_MICROBLAZE)
|
||||
unsigned short in16(unsigned int);
|
||||
void out16(unsigned int, unsigned short value);
|
||||
#endif
|
||||
|
||||
#if defined (CONFIG_MPC83XX)
|
||||
void ppcDWload(unsigned int *addr, unsigned int *ret);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue