RTEMS 5.2
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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