bootconfig: Replace u16 and u32 with uint16_t and uint32_t
authorMasami Hiramatsu <mhiramat@kernel.org>
Fri, 17 Sep 2021 10:03:08 +0000 (19:03 +0900)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Mon, 11 Oct 2021 00:44:05 +0000 (20:44 -0400)
commit4f292c4886bfdfc2a7191ef4ff3f7aac69d1cc3f
treee921dc9e8d824b27ef3f9611fdc2e5860f8cbb10
parent160321b2602ff8e42ea77a09f2e3f1b35e3acfaf
bootconfig: Replace u16 and u32 with uint16_t and uint32_t

Replace u16 and u32 with uint16_t and uint32_t so
that the tools/bootconfig only needs <stdint.h>.

Link: https://lkml.kernel.org/r/163187298835.2366983.9838262576854319669.stgit@devnote2
Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
include/linux/bootconfig.h
lib/bootconfig.c
tools/bootconfig/include/linux/kernel.h
tools/bootconfig/main.c