mirror of
https://github.com/apache/nuttx.git
synced 2026-05-14 02:58:01 +08:00
b0e6a6e081
the private data should be done like this:
struct xxx_lowerhalf_s
{
struct djoy_lowerhalf_s lower;
/* Add more private data here */
};
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>