aos/include/test_ipc.h
2022-03-30 13:14:01 +02:00

8 lines
115 B
C

#ifndef __TEST_IPC_H
#define __TEST_IPC_H
#include <aos/aos.h>
void do_test_ipc(void);
#endif /* __TEST_IPC_H */