dm: Add a header that provides access to the of-platdata structs
authorSimon Glass <sjg@chromium.org>
Mon, 4 Jul 2016 17:58:02 +0000 (11:58 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 15 Jul 2016 02:40:24 +0000 (20:40 -0600)
commitf24770d8124c097b7b57ccc22b67aaf02bb6e850
treec563d27c102ae42092a613a85467fbc7e0824cc1
parentbab8233a1d17de222e83e0cbf8eb1d9d691adaf3
dm: Add a header that provides access to the of-platdata structs

This header can be included from anywhere, but will only pull in the
of-platdata struct definitions when this feature is enabled (and only in
SPL).

Signed-off-by: Simon Glass <sjg@chromium.org>
include/dt-structs.h [new file with mode: 0644]