commit | 893e6e2bd17dbe8c3c107f376504af654526a0cd | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue Oct 17 22:30:19 2017 +0900 |
committer | Tom Rini <trini@konsulko.com> | Fri Nov 17 07:44:13 2017 -0500 |
tree | d2dc263e640313d2fb438b1c288b522b895b9d1b | |
parent | fd3d375836ffdace04328237341e0bbf0dde003b [diff] |
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>