RTEMS 6.1-rc5
Loading...
Searching...
No Matches
completion.h
1#ifndef __LINUX_COMPLETION_H__
2#define __LINUX_COMPLETION_H__
3
4struct completion { } ;
5
6#endif /* __LINUX_COMPLETION_H__ */
7
Definition: completion.h:4