libopenbios: introduce BIND_NODE_METHODS() macro This macro is designed to bind C functions into Forth words during creation of the device tree, but only into an existing node and without attempting to create any missing parent nodes. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>