Subversion Repositories HelenOS

Rev

Rev 1797 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1797 Rev 1864
Line 30... Line 30...
30
 * @{
30
 * @{
31
 */
31
 */
32
/** @file
32
/** @file
33
 */
33
 */
34
 
34
 
35
#ifndef __sparc64_ENDIAN_H__
35
#ifndef LIBC_sparc64_ENDIAN_H_
36
#define __sparc64_ENDIAN_H__
36
#define LIBC_sparc64_ENDIAN_H_
37
 
37
 
38
#ifndef __LIBC__ENDIAN_H__
38
#ifndef __LIBC__ENDIAN_H__
39
# error "Never use <libarch/endian.h> directly - use <endian.h> instead."
39
# error "Never use <libarch/endian.h> directly - use <endian.h> instead."
40
#endif
40
#endif
41
 
41
 
Line 43... Line 43...
43
 
43
 
44
#endif
44
#endif
45
 
45
 
46
 /** @}
46
/** @}
47
 */
47
 */
48
 
-