6 lines
84 B
C
6 lines
84 B
C
|
#ifdef __uClinux__
|
||
|
#include "unaligned_no.h"
|
||
|
#else
|
||
|
#include "unaligned_mm.h"
|
||
|
#endif
|