Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/softint/include/shift.h

    r88d5c1e r80f6be9  
    4646extern long long __lshrdi3(long long, int);
    4747
     48
     49/* ARM EABI */
     50extern long long __aeabi_llsl(long long, int);
     51extern long long __aeabi_llsr(long long, int);
     52
    4853#endif
    4954
Note: See TracChangeset for help on using the changeset viewer.