]> git.baikalelectronics.ru Git - uboot.git/commit
linux/types.h: add typedef of uintptr_t
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 17 Oct 2017 13:30:19 +0000 (22:30 +0900)
committerTom Rini <trini@konsulko.com>
Fri, 17 Nov 2017 12:44:13 +0000 (07:44 -0500)
commit310a2c5c0d3f360b3320437599476e5b25937b6c
treed2dc263e640313d2fb438b1c288b522b895b9d1b
parenta48abccb09c288c84c09d3e4f1d51a5aca811de1
linux/types.h: add typedef of uintptr_t

Add this typedef in the same place as in Linux.  This is necessary
to refactor libfdt inclusion.

U-Boot also defines it in include/compiler.h.  Of course it should
not do that, but I do not want to open a can of worms.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
include/linux/types.h