From b3eaf17e1966d0df3d8acd2958473109dffff721 Mon Sep 17 00:00:00 2001 From: zyh Date: Tue, 10 Jul 2018 14:54:39 +0800 Subject: [PATCH] =?UTF-8?q?[Components][pipe]=E6=9A=B4=E9=9C=B2=20rt=5Fpip?= =?UTF-8?q?e=5Fdelete=20=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/drivers/include/ipc/pipe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/drivers/include/ipc/pipe.h b/components/drivers/include/ipc/pipe.h index 08aa287c6a..ca20c2a453 100644 --- a/components/drivers/include/ipc/pipe.h +++ b/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__ */