first draft
This commit is contained in:
8
byteorder.h
Normal file
8
byteorder.h
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef __BYTEORDER_H
|
||||
#define __BYTEORDER_H
|
||||
|
||||
#ifndef __LITTLE_ENDIAN_BITFIELD
|
||||
#define __LITTLE_ENDIAN_BITFIELD
|
||||
#endif /* __LITTLE_ENDIAN_BITFIELD */
|
||||
|
||||
#endif /* __BYTEORDER_H */
|
Reference in New Issue
Block a user