16/01/2018 11:21, Shreyansh Jain:
> On Monday 15 January 2018 04:24 AM, Thomas Monjalon wrote:
> > 02/01/2018 13:57, Shreyansh Jain:
> >> +struct skeleton_firmware {
> >> + struct skeleton_firmware_version_info firmware_version;
> >> + /**< Device firmware information */
> >> + enum skeleton_fir
On Monday 15 January 2018 04:24 AM, Thomas Monjalon wrote:
02/01/2018 13:57, Shreyansh Jain:
+struct skeleton_firmware {
+ struct skeleton_firmware_version_info firmware_version;
+ /**< Device firmware information */
+ enum skeleton_firmware_state firmware_state;
+ /**< D
02/01/2018 13:57, Shreyansh Jain:
> +struct skeleton_firmware {
> + struct skeleton_firmware_version_info firmware_version;
> + /**< Device firmware information */
> + enum skeleton_firmware_state firmware_state;
> + /**< Device state */
> +};
> +
> +#define SKELETON_MAX_ATTRIBUTES
Skeleton rawdevice driver, on the lines of eventdev skeleton, is for
showcasing the rawdev library. This driver implements some of the
operations of the library based on which a test module can be
developed.
* Design of skeleton involves a virtual device which is plugged into
VDEV bus on initial
4 matches
Mail list logo