mirror of
https://github.com/pvvx/RTL00MP3.git
synced 2025-07-31 12:41:06 +00:00
update
This commit is contained in:
parent
b075b615b6
commit
8c8b03208e
28 changed files with 2887 additions and 2556 deletions
|
|
@ -32,6 +32,7 @@
|
|||
#include <skbuff.h>
|
||||
#ifdef PLATFORM_FREERTOS
|
||||
#include "freertos_service.h"
|
||||
#include "osdep_service.h"
|
||||
#elif defined(PLATFORM_CMSIS_RTOS)
|
||||
#include "rtx_service.h"
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -135,14 +135,14 @@ struct video_device
|
|||
/* device info */
|
||||
char name[32];
|
||||
int vfl_type; /* device type,usally assign the define VFL_TYPE_XXX value */
|
||||
int vfl_dir; /* receiver, transmitter or m2m,usally assign the define VFL_DIR_XXX value */
|
||||
int vfl_dir; /* +72(dec) receiver, transmitter or m2m,usally assign the define VFL_DIR_XXX value */
|
||||
/* 'minor' is set to -1 if the registration failed */
|
||||
int minor;
|
||||
u16 num; /* record the registered video device node number */
|
||||
/* use bitops to set/clear/test flags,usally assign the define VFL_FL_XXX value */
|
||||
unsigned long flags;
|
||||
/* attribute to differentiate multiple indices on one physical device */
|
||||
int index;
|
||||
int index; // +88(dec)
|
||||
|
||||
/* V4L2 file handles */
|
||||
//spinlock_t fh_lock; /* Lock for all v4l2_fhs */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue