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;