mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
mqueue: simplify the mqueue reailize
1. remove descript management in mqueue, save code size 2. use i_ops instead of i_mqueue to remove the dup logic Change-Id: Ie88960e50ddcae9c87977c9ad65a45297c663291 Signed-off-by: ligd <liguiding1@xiaomi.com>
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include <strings.h>
|
||||
#include "queue.h"
|
||||
|
||||
#include <nuttx/sched.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user