1
0
Fork 0
forked from len0rd/rockbox

Agptek Rocker: Initial commit

Change-Id: I26b51106c7b1c36a603fba6d521e917d79b5a95b
This commit is contained in:
Marcin Bukat 2017-04-27 11:36:40 +02:00
parent beef52c5f0
commit d55680993d
50 changed files with 2343 additions and 74 deletions

View file

@ -44,6 +44,7 @@
/** Iterators **/
#include "config.h"
#include <stdint.h>
#include <limits.h>
#if (defined(CPU_ARM) && ARM_ARCH >= 5) || UINT32_MAX < UINT_MAX
#define __BITARRAY_CTZ(wval) __builtin_ctz(wval)