Subversion Repositories Kolibri OS

Rev

Rev 1408 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1408 Rev 5056
Line 1... Line 1...
1
#ifndef _LINUX_BYTEORDER_GENERIC_H
1
#ifndef _LINUX_BYTEORDER_GENERIC_H
2
#define _LINUX_BYTEORDER_GENERIC_H
2
#define _LINUX_BYTEORDER_GENERIC_H
Line 3... Line 3...
3
 
3
 
4
/*
4
/*
5
 * linux/byteorder_generic.h
5
 * linux/byteorder/generic.h
6
 * Generic Byte-reordering support
6
 * Generic Byte-reordering support
7
 *
7
 *
8
 * The "... p" macros, like le64_to_cpup, can be used with pointers
8
 * The "... p" macros, like le64_to_cpup, can be used with pointers
9
 * to unaligned data, but there will be a performance penalty on 
9
 * to unaligned data, but there will be a performance penalty on