/arch/sparc/lib/libgcc.h
https://bitbucket.org/ndreys/linux-sunxi · C++ Header · 18 lines · 13 code · 5 blank · 0 comment · 0 complexity · 7c5bcf20ad9c795a8e3b50b4c96b25eb MD5 · raw file
- #ifndef __ASM_LIBGCC_H
- #define __ASM_LIBGCC_H
- #include <asm/byteorder.h>
- typedef int word_type __attribute__ ((mode (__word__)));
- struct DWstruct {
- int high, low;
- };
- typedef union
- {
- struct DWstruct s;
- long long ll;
- } DWunion;
- #endif /* __ASM_LIBGCC_H */