Library and utility for printing OpenFirmware device tree
commit4d58bac13740feb52caf7dd9407350d098012a56
authorJiri Svoboda <jiri@wiwaxia>
Wed, 4 Oct 2023 17:00:05 +0000 (4 19:00 +0200)
committerJiri Svoboda <jiri@wiwaxia>
Wed, 4 Oct 2023 17:00:05 +0000 (4 19:00 +0200)
tree6fc5a05489164ffea89b40afc7c69866a2eb8931
parent7e6603784b2bbda102aa3edc13f5c1d8326b4a66
Library and utility for printing OpenFirmware device tree
14 files changed:
meson/arch/arm32/meson.build
meson/arch/ppc32/meson.build
meson/arch/sparc64/meson.build
uspace/app/meson.build
uspace/app/ofw/doc/doxygroups.h [new file with mode: 0644]
uspace/app/ofw/meson.build [copied from uspace/app/meson.build with 60% similarity]
uspace/app/ofw/ofw.c [new file with mode: 0644]
uspace/lib/meson.build
uspace/lib/ofw/doc/doxygroups.h [new file with mode: 0644]
uspace/lib/ofw/include/ofw.h [new file with mode: 0644]
uspace/lib/ofw/include/types/ofw.h [new file with mode: 0644]
uspace/lib/ofw/meson.build [copied from uspace/app/meson.build with 60% similarity]
uspace/lib/ofw/src/ofw.c [new file with mode: 0644]
uspace/meson.build