29#ifndef BOOT_OFW_TREE_H_
30#define BOOT_OFW_TREE_H_
32#include <boot/types.h>
38 char name[OFW_TREE_PROPERTY_MAX_NAMELEN];
Definition: ofw_tree.h:44
uint32_t node_handle
Definition: ofw_tree.h:49
char * da_name
Definition: ofw_tree.h:51
unsigned int properties
Definition: ofw_tree.h:53
void * device
Definition: ofw_tree.h:56
Definition: ofw_tree.h:37