This commit is contained in:
aramya 2023-07-03 11:30:04 +01:00
parent 9da011a73c
commit 48306c066f
1 changed files with 2 additions and 2 deletions

View File

@ -6,5 +6,5 @@
ofw_arg.n_args = args; \ ofw_arg.n_args = args; \
ofw_arg.n_rets = rets; ofw_arg.n_rets = rets;
typedef int phandle; typedef int32_t phandle;
typedef int ihandle; typedef int32_t ihandle;