Xenomai API  2.6.5
analogy_driver.h
Go to the documentation of this file.
1 
23 #ifndef __ANALOGY_ANALOGY_DRIVER__
24 #define __ANALOGY_ANALOGY_DRIVER__
25 
26 #ifndef __KERNEL__
27 #error This header is for kernel space usage only. \
28  You are likely looking for <analogy/analogy.h>...
29 #endif /* !__KERNEL__ */
30 
31 #include <analogy/os_facilities.h>
32 #include <analogy/context.h>
33 #include <analogy/device.h>
34 
35 #endif /* __ANALOGY_ANALOGY_DRIVER__ */
Analogy for Linux, context structure / macros declarations.
Analogy for Linux, Operation system facilities.
Analogy for Linux, device related features.