~vojtech-horky/helenos/helenos-qemu

« back to all changes in this revision

Viewing changes to boot/genarch/include/ofw_tree.h

  • Committer: Vojtech Horky
  • Date: 2017-06-14 06:22:31 UTC
  • mfrom: (2103.1.569 HelenOS.mainline)
  • Revision ID: vojtechhorky@users.sourceforge.net-20170614062231-q4ui9pyxp0gs2hrl
MergeĀ mainlineĀ changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
#ifndef BOOT_OFW_TREE_H_
30
30
#define BOOT_OFW_TREE_H_
31
31
 
32
 
#include <typedefs.h>
 
32
#include <stddef.h>
33
33
#include <genarch/ofw.h>
34
34
 
35
35
/** Memory representation of OpenFirmware device tree node property. */