Skip to content
Snippets Groups Projects
Commit 3747bdbb authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Tom Rini
Browse files

arch: types.h: factor out fixed width typedefs to int-ll64.h


All architectures have the same definition for s8/16/32/64
and u8/16/32/64.

Factor out the duplicated code into <asm-generic/int-ll64.h>.

BTW, Linux unified the kernel space definition into int-ll64.h
a few years ago as you see in Linux commit 0c79a8e29b5f
("asm/types.h: Remove include/asm-generic/int-l64.h").

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 9865543a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment