From 48306c066fb1eb1172b8d5a323216fd793325e94 Mon Sep 17 00:00:00 2001 From: aramya <22577625+thamugadi@users.noreply.github.com> Date: Mon, 3 Jul 2023 11:30:04 +0100 Subject: [PATCH] int32_t --- include/ofw.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/ofw.h b/include/ofw.h index 71e3020..eb386ab 100644 --- a/include/ofw.h +++ b/include/ofw.h @@ -6,5 +6,5 @@ ofw_arg.n_args = args; \ ofw_arg.n_rets = rets; -typedef int phandle; -typedef int ihandle; +typedef int32_t phandle; +typedef int32_t ihandle;