ofw_if.m (4a26780b9af58249d999a9e43fbc7519bdabb26f) | ofw_if.m (8297758a2206bc0fdc5383ddc4a496aca1686af0) |
---|---|
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 --- 29 unchanged lines hidden (view full) --- 38INTERFACE ofw; 39 40/** 41 * @brief Initialize OFW client interface 42 * 43 * @param _cookie A handle to the client interface, generally the OF 44 * callback routine. 45 */ | 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 --- 29 unchanged lines hidden (view full) --- 38INTERFACE ofw; 39 40/** 41 * @brief Initialize OFW client interface 42 * 43 * @param _cookie A handle to the client interface, generally the OF 44 * callback routine. 45 */ |
46METHOD void init { | 46METHOD int init { |
47 ofw_t _ofw; 48 void *_cookie; 49}; 50 51/** 52 * @brief Return next sibling of node. 53 * 54 * @param _node Selected node --- 300 unchanged lines hidden --- | 47 ofw_t _ofw; 48 void *_cookie; 49}; 50 51/** 52 * @brief Return next sibling of node. 53 * 54 * @param _node Selected node --- 300 unchanged lines hidden --- |