OpenCores
URL https://opencores.org/ocsvn/eco32/eco32/trunk

Subversion Repositories eco32

[/] [eco32/] [trunk/] [binutils/] [ar/] [endian.h] - Blame information for rev 7

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 7 hellwig
/*
2
 * endian.h -- endianness conversions
3
 */
4
 
5
 
6
#ifndef _ENDIAN_H_
7
#define _ENDIAN_H_
8
 
9
 
10
unsigned int read4FromEco(unsigned char *p);
11
void write4ToEco(unsigned char *p, unsigned int data);
12
void conv4FromEcoToNative(unsigned char *p);
13
void conv4FromNativeToEco(unsigned char *p);
14
 
15
 
16
#endif /* _ENDIAN_H_ */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.