This patch series creates the driver interface and populate it with one single file (defining the standard types). It also updates the documentation (implementers guide).
This patch series creates the driver interface and populate it with one single file (defining the standard types). It also updates the documentation (implementers guide). Christophe Milard (5): drv: creation of the driver interface (drv) linux-generic: drv: creation of the driver interface (drv) doc: implementers-guide: adding drv interface drv: adding standard types linux-generic: drv: adding standard types doc/implementers-guide/implementers-guide.adoc | 77 +++++++++++++++++----- include/odp/drv/spec/README | 4 ++ include/odp/drv/spec/std_types.h | 40 +++++++++++ include/odp_drv.h | 26 ++++++++ platform/linux-generic/include/odp/drv/README | 2 + platform/linux-generic/include/odp/drv/std_types.h | 42 ++++++++++++ 6 files changed, 174 insertions(+), 17 deletions(-) create mode 100644 include/odp/drv/spec/README create mode 100644 include/odp/drv/spec/std_types.h create mode 100644 include/odp_drv.h create mode 100644 platform/linux-generic/include/odp/drv/README create mode 100644 platform/linux-generic/include/odp/drv/std_types.h -- 2.1.4 _______________________________________________ lng-odp mailing list [email protected] https://lists.linaro.org/mailman/listinfo/lng-odp
