|
@@ -12,7 +12,7 @@
|
|
|
#define olpc_ofw(name, args, res) \
|
|
|
__olpc_ofw((name), ARRAY_SIZE(args), args, ARRAY_SIZE(res), res)
|
|
|
|
|
|
-extern int __olpc_ofw(const char *name, int nr_args, void **args, int nr_res,
|
|
|
+extern int __olpc_ofw(const char *name, int nr_args, const void **args, int nr_res,
|
|
|
void **res);
|
|
|
|
|
|
/* determine whether OFW is available and lives in the proper memory */
|