Revision 7ec632b4 device_tree.h

b/device_tree.h
14 14
#ifndef __DEVICE_TREE_H__
15 15
#define __DEVICE_TREE_H__
16 16

  
17
void *load_device_tree(const char *filename_path, void *load_addr);
17
void *load_device_tree(const char *filename_path, int *sizep);
18 18

  
19 19
int qemu_devtree_setprop(void *fdt, const char *node_path,
20 20
                         const char *property, uint32_t *val_array, int size);

Also available in: Unified diff