[Components][pipe]暴露 rt_pipe_delete 接口
This commit is contained in:
parent
8c32f817a3
commit
b3eaf17e19
|
@ -32,5 +32,5 @@ struct rt_pipe_device
|
||||||
typedef struct rt_pipe_device rt_pipe_t;
|
typedef struct rt_pipe_device rt_pipe_t;
|
||||||
|
|
||||||
rt_pipe_t *rt_pipe_create(const char *name, int bufsz);
|
rt_pipe_t *rt_pipe_create(const char *name, int bufsz);
|
||||||
|
int rt_pipe_delete(const char *name);
|
||||||
#endif /* PIPE_H__ */
|
#endif /* PIPE_H__ */
|
||||||
|
|
Loading…
Reference in New Issue