ofw_if.m (970c23b2e61f3919cb38967ca9249e9fd6307034) ofw_if.m (054e5dcbe4d3f5ef93245ea42d6b463ac8214644)
1#-
2# Copyright (c) 2008 Nathan Whitehorn
3# All rights reserved.
4#
5# Redistribution and use in source and binary forms, with or without
6# modification, are permitted provided that the following conditions
7# are met:
8# 1. Redistributions of source code must retain the above copyright

--- 215 unchanged lines hidden (view full) ---

224
225METHOD int call_method {
226 ofw_t _ofw;
227 ihandle_t _instance;
228 const char *_method;
229 int _nargs;
230 int _nreturns;
231
1#-
2# Copyright (c) 2008 Nathan Whitehorn
3# All rights reserved.
4#
5# Redistribution and use in source and binary forms, with or without
6# modification, are permitted provided that the following conditions
7# are met:
8# 1. Redistributions of source code must retain the above copyright

--- 215 unchanged lines hidden (view full) ---

224
225METHOD int call_method {
226 ofw_t _ofw;
227 ihandle_t _instance;
228 const char *_method;
229 int _nargs;
230 int _nreturns;
231
232 unsigned long *_args_and_returns;
232 cell_t *_args_and_returns;
233};
234
235/**
236 * @brief Interpret a forth command.
237 *
238 * @param _cmd Command
239 * @param _nreturns Number of return values
240 * @param _returns Values for returns

--- 114 unchanged lines hidden ---
233};
234
235/**
236 * @brief Interpret a forth command.
237 *
238 * @param _cmd Command
239 * @param _nreturns Number of return values
240 * @param _returns Values for returns

--- 114 unchanged lines hidden ---