VSF Documented
Main Page
Related Pages
Topics
Namespaces
Data Structures
Files
File List
Globals
source
shell
sys
linux
include
endian.h
Go to the documentation of this file.
1
#ifndef __VSF_LINUX_ENDIAN_H__
2
#define __VSF_LINUX_ENDIAN_H__
3
4
#include "
hal/arch/vsf_arch.h
"
5
6
#if __BYTE_ORDER == __BIG_ENDIAN
7
# define BIG_ENDIAN __BIG_ENDIAN
8
#else
9
# define LITTLE_ENDIAN __LITTLE_ENDIAN
10
#endif
11
# define BYTE_ORDER __BYTE_ORDER
12
13
#endif
// __VSF_LINUX_ENDIAN_H__
vsf_arch.h
Generated by
1.9.8