[lng-odp] [API-NEXT PATCHv10 1/5] drv: adding driver registration interface (stub)

2017-01-19 Thread Christophe Milard
The enumerator class, enumerator instance, devio and driver registration functions prototypes (and a draft of their parameters) are defined, the goal being to define the registration framework only. Signed-off-by: Christophe Milard --- include/odp/drv/spec/driver.h | 389

Re: [lng-odp] [API-NEXT PATCHv10 1/5] drv: adding driver registration interface (stub)

2017-01-19 Thread Yi He
For this series, I've compared with v9 and the changes look good to me, and make check and doxygen-run. Reviewed-and-tested-by: Yi He On 20 January 2017 at 00:54, Christophe Milard wrote: > The enumerator class, enumerator instance, devio and driver registration > functions prototypes (and a

Re: [lng-odp] [API-NEXT PATCHv10 1/5] drv: adding driver registration interface (stub)

2017-01-24 Thread Maxim Uvarov
make distcheck In file included from ../../../platform/linux-generic/drv_driver.c:11:0: ../../../platform/linux-generic/include/odp/drv/driver.h:20:39: fatal error: odp/drv/plat/driver_types.h: No such file or directory #include ^ compilation terminated.