Przeglądaj źródła

Merge pull request #1615 from uestczyh222/bypass

[Components][pipe]暴露 rt_pipe_delete 接口
Bernard Xiong 6 lat temu
rodzic
commit
f94cae3680
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      components/drivers/include/ipc/pipe.h

+ 1 - 1
components/drivers/include/ipc/pipe.h

@@ -32,5 +32,5 @@ struct rt_pipe_device
 typedef struct rt_pipe_device rt_pipe_t;
 
 rt_pipe_t *rt_pipe_create(const char *name, int bufsz);
-
+int rt_pipe_delete(const char *name);
 #endif /* PIPE_H__ */